Lets say I have a column with the following text in 5 rows:
1015758349
10147594734
10173
101288
1019384048
I'd like to run a MSSQL command (if possible) to take out the '101'
from every single row. Is there a command for this?
Thanks
1015758349
10147594734
10173
101288
1019384048
I'd like to run a MSSQL command (if possible) to take out the '101'
from every single row. Is there a command for this?
Thanks
Comment