Viewing 5 posts - 1 through 5 (of 5 total)
Sorry guys my first post on here. I'll try to be better the next time. Thanks for all your help!
June 28, 2016 at 8:57 am
Thanks, this put me on the right track when you pointed out the string I was looking for showed up in the same location within the string.
June 28, 2016 at 6:48 am
The data type is a nonvarchar. How do I tell it to find the last space in the string?
June 27, 2016 at 1:18 pm
Here is what I tried:
SELECT [site_ref]
,[trans_num]
,[acct]
,[trans_date]
...
June 27, 2016 at 12:59 pm
Thanks for trying. This code only returns NULL in my query.
June 27, 2016 at 12:26 pm
Viewing 5 posts - 1 through 5 (of 5 total)