Hello List!
I have a question on how to trim chars off the front of data...
I added 'zz_' to the front of all my floor #'s in order to get them to import from Excel to SQL; now, in SQL I want to get rid of them -- How can I do that?
For example:
In the database, the column is named 'Floor *'
Floor * Want
zz_01 01
zz_2 2
zz_B B
zz_36-W 36-W
Thanks much for your time and help!
-jiggyg
I have a question on how to trim chars off the front of data...
I added 'zz_' to the front of all my floor #'s in order to get them to import from Excel to SQL; now, in SQL I want to get rid of them -- How can I do that?
For example:
In the database, the column is named 'Floor *'
Floor * Want
zz_01 01
zz_2 2
zz_B B
zz_36-W 36-W
Thanks much for your time and help!
-jiggyg