Viewing 4 posts - 1 through 4 (of 4 total)
adding a left function in there works for me. Since there is always one single quote at the end I can leave it hard coded.
Declare @TestData varchar(29)
Set @TestData = (SELECT...
January 11, 2006 at 6:21 pm
ah, I see. how do you remove the non-numerics from the beginning and the end of a string? i.e. iFuturePriceID=N'4194582'
Thanks again.
January 11, 2006 at 4:49 pm
yeah, similarly easy problem, it was the variable length I was giving it. Now I have another problem. It is returning the single quote at the end of the string,...
January 11, 2006 at 4:31 pm
Hello,
I am working on a similar problem, however, this solution is not working right for me. I am hoping someone might be able to see why. When I use this...
January 11, 2006 at 3:31 pm
Viewing 4 posts - 1 through 4 (of 4 total)