obtaining row number of select

Поиск
Список
Период
Сортировка
От kkeller@speakeasy.net (Keith Keller)
Тема obtaining row number of select
Дата
Msg-id fbu94a.31f.ln@wombat.san-francisco.ca.us
обсуждение исходный текст
Ответы Re: obtaining row number of select  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-sql
So I'm trying to generate a pseudo-serial number of a select
statement on the fly, and I want to do so within the select
statement.  I could do this programmatically, but I wish to
use the select statement so that I can use it in creating a
view.

So, I would like to do something like so:
select serial(),* from mytable order by 1;

But of course that won't work.  :)  Is there any way to
autovivify a serial-like column for a select statement?
(I've scoured the docs, and still can't find an answer.)

--keith

-- 
kkeller@speakeasy.net
public key:  http://wombat.san-francisco.ca.us/kkeller/public_key
alt.os.linux.slackware FAQ:  http://wombat.san-francisco.ca.us/perl/fom



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Kristian Eide"
Дата:
Сообщение: Why is my index not used
Следующее
От: Shane Wright
Дата:
Сообщение: Re: table locking