Hi all,
Im having a table with 7 lakhs record.TabIe have only one field.In that,each record start with a common set of number. I want to delete that common set of number from the entire table.
Eg:
123489574
123422147
123400789
In the above eg:1234 is the set of number.I want the result as
89574
22147
00789
Can anyone help me with the query?Pls...
Thank U in advance.
Jeen
Im having a table with 7 lakhs record.TabIe have only one field.In that,each record start with a common set of number. I want to delete that common set of number from the entire table.
Eg:
123489574
123422147
123400789
In the above eg:1234 is the set of number.I want the result as
89574
22147
00789
Can anyone help me with the query?Pls...
Thank U in advance.
Jeen
Comment