...

how to get unique row

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

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