Re: selection limit

From: "Anis W(dot) Nugroho" <anis_wn(at)gawab(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: selection limit
Date: 2003-10-27 17:06:26
Message-ID: 20031027170626.94550.qmail@gawab.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Remember to use ORDER BY clause if you use LIMIT or OFFSET,
since the order of tuples PostgreSQL returns are unpredictable
unless you use ORDER BY clause.

Cheers,
Anis WN
________________________________
15 Mbytes Free Web-based and POP3
Sign up now: http://www.gawab.com

Browse pgsql-novice by date

  From Date Subject
Next Message Byron Amerson 2003-10-28 00:45:56 setting up the user postgres on mac osx
Previous Message Josh Berkus 2003-10-27 17:03:56 Re: Deadlock Detection