|
robvolk
Most Valuable Yak
USA
15559 Posts |
Posted - 10/21/2002 : 19:54:17
|
No. You would need to create a primary key on your table to ensure that each row is uniquely identifiable. You can use an identity column (not recommended) or a GUID column to generate unique values, but they DO NOT work like rowid or rownum in Oracle, because they are not row "numbers". Row numbers are not a relational database feature.
|
 |
|