Re: MINUS & ROWNUM in PostGres

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: MINUS & ROWNUM in PostGres
Дата
Msg-id Pine.LNX.4.33.0309080420110.4807-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: MINUS & ROWNUM in PostGres  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-sql

On Thu, 4 Sep 2003, Rod Taylor wrote:

> > 2    Also I need to find an alternative for ROWNUM in oracle..
>
> If you are looking for a unique identifier, try using the OID.
>

ROWID is oracle's unique identifier, ROWNUM is the row number in a query
result.  In the past it has been suggested that ROWNUM could be replaced
by the nextval of a temporary sequence.

Kris Jurka



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

Предыдущее
От: "Jainendra Kumar P"
Дата:
Сообщение: How can I optimize this query
Следующее
От: Jomon Skariah
Дата:
Сообщение: Re: MINUS & ROWNUM in PostGres