Re: returning only part of a rule set

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: returning only part of a rule set
Дата
Msg-id 5474F658.6010700@aklaver.com
обсуждение исходный текст
Ответ на returning only part of a rule set  (Dave Potts <dave.potts@pinan.co.uk>)
Ответы Re: returning only part of a rule set  (Dave Potts <dave.potts@pinan.co.uk>)
Список pgsql-general
On 11/25/2014 01:27 PM, Dave Potts wrote:
> I have a psql function that make a general sql query, returns a set of
> results
>
>
> Q.  Is there anyway that I can limit the size of the result sets ?

Put a LIMIT on the query.

If that is not what you want then we will need to see the code and/or
get a more detailed explanation of where you want the limiting to occur.

>
> Dave.
>
>
>
>
>
>
>


--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: returning only part of a rule set
Следующее
От: Dave Potts
Дата:
Сообщение: Re: returning only part of a rule set