Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TOP ?

0 views
Skip to first unread message

vertigo

unread,
Jul 6, 2004, 3:49:40 AM7/6/04
to
Hello
in some databases there is TOP for example:
select * from tab1 top 3
will show only 3 rows. Is there any similar in postgresql ?


Thanx

Tony Reina

unread,
Aug 2, 2004, 10:51:23 AM8/2/04
to
vertigo <no...@microsoft.com> wrote in message news:<ccdli7$jg3$1...@atlantis.news.tpi.pl>...

select * from tab1 LIMIT 3;

0 new messages