Re: Number the lines

From: Haller Christoph <ch(at)rodos(dot)fzk(dot)de>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Number the lines
Date: 2001-09-17 14:15:32
Message-ID: 200109171215.OAA21602@rodos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2001-09-17 14:57:54 Re: Checking for table existence
Previous Message Kovacs Baldvin 2001-09-17 12:54:51 Re: Number the lines