View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:32 AM
Madhivanan
 
Posts: n/a
Default Re: santosh_stb@indiatimes.com


Alter Table tableName add Id int identity

Delete from TableName where id in (Select min(id) from TableName group
by FieldName)

Alter table TableName Drop column id

Madhivanan

Reply With Quote