Thanks for looking!
I'm using SQL 2008 Express and need to update a field GCNumber. I'm trying to delete the ; and ? characters so that I'm left with a number.
So the existing string of:
;100335?
Is replaced with:
100335
I know this is very simple, but I'm not able to figure it out.
Please let me know if you can send me a simple SQL statement that would Replace or Trim those characters out.
Thank you,
Richard Scott
I'm using SQL 2008 Express and need to update a field GCNumber. I'm trying to delete the ; and ? characters so that I'm left with a number.
So the existing string of:
;100335?
Is replaced with:
100335
I know this is very simple, but I'm not able to figure it out.
Please let me know if you can send me a simple SQL statement that would Replace or Trim those characters out.
Thank you,
Richard Scott