How to realize ROW_NUMBER() in 8.3? - Mailing list pgsql-sql

From Emi Lu
Subject How to realize ROW_NUMBER() in 8.3?
Date
Msg-id 4DAEFF97.9020608@encs.concordia.ca
Whole thread Raw
Responses Re: How to realize ROW_NUMBER() in 8.3?  (Vibhor Kumar <vibhor.kumar@enterprisedb.com>)
List pgsql-sql
Hello,

ROW_NUMBER() is only ready in 8.4. For 8.3, is there a simple way to get 
row_number

select row_number(), col1, col2...
FROM   tableName

Thanks a lot!

Ding Ye


pgsql-sql by date:

Previous
From: Steve Crawford
Date:
Subject: Re: convert in GMT time zone without summer time
Next
From: Vibhor Kumar
Date:
Subject: Re: How to realize ROW_NUMBER() in 8.3?