Re: Number the lines - Mailing list pgsql-sql

From Haller Christoph
Subject Re: Number the lines
Date
Msg-id 200109171215.OAA21602@rodos
Whole thread Raw
In response to Number the lines  (yaubi@yaubi.com (Yoann))
Responses Re: Number the lines
List pgsql-sql
Am I right in assuming you were asking for 
something like 
SELECT Rownumbering(), ... FROM <Table> ORDER BY <Column> ; 
and expecting a result like 1| ... 2| ...3| ...
... 
where Rownumbering() is a PostgreSQL function 

If this is what you wanted, this is something 
I want for a long time too. 
Maybe we should stick together and tell the 
PostgreSQL hackers about our wish. 
Or maybe something like this already exists, 
but we haven't noticed yet. 
Regards, Christoph 


pgsql-sql by date:

Previous
From: Kovacs Baldvin
Date:
Subject: Re: Part 2 of "Intentional, or a bug"....
Next
From: Tomasz Myrta
Date:
Subject: functions returning