Thread

  1. Rowid

    Sergei M. Suntsov <serge@uic.nsu.ru> — 1998-07-01T10:37:45Z

      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 
    
    
    
  2. Re: [SQL] Rowid

    Aleksey Dashevsky <postgres@luckynet.co.il> — 1998-07-01T11:22:20Z

    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 
    > 
    >