On Tue, Apr 22, 2008 at 7:00 AM, Nacef LABIDI <[EMAIL PROTECTED]> wrote: > Thank you all for your useful comments. > > I have tried to order my records as you said and got it work as I wanted.
Cool beans! I was just watching this conversation, but wanted to point out that using the methods mentioned in this thread (i.e. ones that use order by) is good practice. It's quite possible that at some point in the future the storage engine of MS-SQL could change and break your application on that platform. By using the order by method, you ensure you're using a method that works today and in the future on all major platforms. -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql