Jan de Visser wrote: > On Thursday 11 May 2006 16:34, Karen Hill wrote: > > It seems PostgreSQL doesn't have a TOP Predicate. Why is that? Here > > is an example: > > > > SELECT TOP 10 products from sales; > > Just for my understanding: This would return the 10 products with the most > matching sales rows, right? > > jan > > No, it would return the top 10 selling products in this example.