Identity

  • in oracle we select the rowid by using this query

    select rowid from tablename

    which query i have to use for sql server.my aim is to get the unique value

     

    regards

    Balasubramanian

  • Rowid is not exposed in SQL Server.  You will have to use the primary key column(s) of the table.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply