sonal
02-24-2005, 06:18 AM
:confused:
How to get unique row indentifer in SQL-server. As we can find
by rownum and rowid in oracle.
Thanks
How to get unique row indentifer in SQL-server. As we can find
by rownum and rowid in oracle.
Thanks
|
||||
how to get unique rowsonal 02-24-2005, 06:18 AM :confused: How to get unique row indentifer in SQL-server. As we can find by rownum and rowid in oracle. Thanks Scrowler 02-24-2005, 09:20 AM mysql code >> SELECT DISTINCT ColumnName FROM Table WHERE ColumnName = Value the DISTINCT identifier selects only unique records |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum