Re: Query

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Query
Дата
Msg-id 00aa01c13ca6$6133d8b0$6cdc10ac@jecw2k1
обсуждение исходный текст
Ответ на Query  ("Tamara D. Blum" <tblum@jus.gov.ar>)
Список pgsql-general
> Hi !
>
>     I'm trying to execute the following query:
>         "SELECT TOP 10 * FROM table1"
>
>     It gives me the error message
>     parser: parse error at or near "2"
>
>     Can i use SELECT TOP ?
>     Is there any other way to execute the same query not using SELECT TOP
?
>

See the LIMIT clause:
http://www.postgresql.org/idocs/index.php?sql-select.html

Hope this helps,

-- Joe


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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Query
Следующее
От: Gunnar Rønning
Дата:
Сообщение: Re: business perspective