Re: Row Identification

2004-11-04 Thread Spenser
You could just add a column to the beginning of your table called rowid and index it. On Thu, 2004-11-04 at 18:07, Raj Batra wrote: > Is there any way of identifying each row in a table? I know in Oracble we have rowid > which remains fixed as long as the table exists. I am trying to search all t

Re: Row Identification

2004-11-04 Thread Daniel Kasak
Raj Batra wrote: Is there any way of identifying each row in a table? I know in Oracble we have rowid which remains fixed as long as the table exists. I am trying to search all the tables in a database and then display the searched information alongwith some sort of row identification. It sounds