I am trying to find a way to DELETE or TRIM the word 'Track' from a column of values where the values look like:
Track 01
Track 02
Track 03... etc.
I would like to delete the word Track from this column. I am aware of the SELECT SUBSTRING(string,start_char,len) function... but I really want to permanently delete this 'Track' from all of the records in the column.
Any help would be greatly appreciated!!
-Thanks!!
Track 01
Track 02
Track 03... etc.
I would like to delete the word Track from this column. I am aware of the SELECT SUBSTRING(string,start_char,len) function... but I really want to permanently delete this 'Track' from all of the records in the column.
Any help would be greatly appreciated!!
-Thanks!!