satellite03
IS-IT--Management
how to delete duplicate row from a table . the rows are differed only by the first column.
like this
1 abc def ghi
2 abc def ghi
3 abc def ghi
except the first column(i.e system generated serial number )records are same. i want to keep only one record (i.e first record only)
what would be sql query ?
if it was not a system generated serial number(rathera field value ) then how can i do the same ?
like this
1 abc def ghi
2 abc def ghi
3 abc def ghi
except the first column(i.e system generated serial number )records are same. i want to keep only one record (i.e first record only)
what would be sql query ?
if it was not a system generated serial number(rathera field value ) then how can i do the same ?