CoolDudeeh
IS-IT--Management
I am trying to replace certain characters in a column that happens to be the primary key for the table.
Here is some data
123-123-4576
asd qwert qawer
asd/lkjljk
asd'wert-zxcv
I would like to eliminate the " " "/" "'" and "-".
I am ok with running the query multiple times - once for each special character being removed.
I thought this would be simple and I have been reading about various fors of replace, but I can not seem to get it to work.
Can anyone help?
Here is some data
123-123-4576
asd qwert qawer
asd/lkjljk
asd'wert-zxcv
I would like to eliminate the " " "/" "'" and "-".
I am ok with running the query multiple times - once for each special character being removed.
I thought this would be simple and I have been reading about various fors of replace, but I can not seem to get it to work.
Can anyone help?