Re: Support for SQL TOP clause?

Поиск
Список
Период
Сортировка
От Reinoud van Leeuwen
Тема Re: Support for SQL TOP clause?
Дата
Msg-id 20080110114623.GF41164@spoetnik.xs4all.nl
обсуждение исходный текст
Ответ на Re: Support for SQL TOP clause?  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
Список pgsql-sql
On Thu, Jan 10, 2008 at 02:19:43PM +1100, Phillip Smith wrote:
> SELECT *
> 
> FROM   Individual
> 
> LIMIT 3

Note that you will have to add an 'order by' clause to guarantee 
predictable results...

-- 
__________________________________________________
"Nothing is as subjective as reality"
Reinoud van Leeuwen    reinoud.v@n.leeuwen.net
http://www.xs4all.nl/~reinoud
__________________________________________________


В списке pgsql-sql по дате отправления:

Предыдущее
От: Paul Lambert
Дата:
Сообщение: Re: Shorthand column labels (SELECT col1 foo, ...) vs (SELECT col1 AS foo, ...)
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Support for SQL TOP clause?