Обсуждение: Rowid

Поиск
Список
Период
Сортировка

Rowid

От
"Sergei M. Suntsov"
Дата:
  As far as I know if i create a table without primary key (BadThing (tm))
there should be hidden column with unique values. Can I see the values
from it or not ?
   Thanx in advance,
Sergei


Re: [SQL] Rowid

От
Aleksey Dashevsky
Дата:
hi!
Try "oid" field. Something like:
    select oid, * from table
Also there are some other hidden fields, check for them in sql(l) manual
page.

Al.

On Wed, 1 Jul 1998, Sergei M. Suntsov wrote:

>   As far as I know if i create a table without primary key (BadThing (tm))
> there should be hidden column with unique values. Can I see the values
> from it or not ?
>    Thanx in advance,
> Sergei
>
>