Thursday, May 15, 2008

Is it possible to delete duplicate records from a table with out using rowid in MYSQL?

Alter table xyz add unique index (col1,col2,...)

No comments:

Post a Comment