Hi,
I have a description field that I want to Interrogate. Basically some of the sting have words in and I want to delete anything after that word.
one is Uk another is loaded and some of them dont have anything at the end of the string I wish to delete. Can you please advise the best way to go around this. Thanks
I have started with this:-
Left(SPP.sProductDescription, CHARINDEX 'UK' ,SPP.sProductDescription ,0)-1)
I have a description field that I want to Interrogate. Basically some of the sting have words in and I want to delete anything after that word.
one is Uk another is loaded and some of them dont have anything at the end of the string I wish to delete. Can you please advise the best way to go around this. Thanks
I have started with this:-
Left(SPP.sProductDescription, CHARINDEX 'UK' ,SPP.sProductDescription ,0)-1)