Re: Number the lines

Поиск
Список
Период
Сортировка
От Haller Christoph
Тема Re: Number the lines
Дата
Msg-id 200109171215.OAA21602@rodos
обсуждение исходный текст
Ответ на Number the lines  (yaubi@yaubi.com (Yoann))
Ответы Re: Number the lines  (Kovacs Baldvin <kb136@hszk.bme.hu>)
Список 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 по дате отправления:

Предыдущее
От: Kovacs Baldvin
Дата:
Сообщение: Re: Part 2 of "Intentional, or a bug"....
Следующее
От: Tomasz Myrta
Дата:
Сообщение: functions returning