Hi All
I have a table with names of machine parts ( which have been imported from another db) only problem is some records have '*" at the end which i want to delete. How can i search for and '*' and then delete it from the string so for example:
Record 1 = 'Bolts*' Should be 'Bolts'
Record 2 = *Jig should be 'Jig'
Would be grateful for some help here please
I have a table with names of machine parts ( which have been imported from another db) only problem is some records have '*" at the end which i want to delete. How can i search for and '*' and then delete it from the string so for example:
Record 1 = 'Bolts*' Should be 'Bolts'
Record 2 = *Jig should be 'Jig'
Would be grateful for some help here please