Viewing 3 posts - 1 through 3 (of 3 total)
I want to split on spaces to basically get a list of words a user may enter in a search string.
For example user may search "Blue Chevrolet Corvette"
I then want...
January 30, 2009 at 11:26 am
#935754
some debugging and i found that when you len a blank string you get 0
//returns 0
select len(' ')
January 30, 2009 at 7:16 am
#935517
I tried to split a string on a space character and the function blew up
select * from Split('one two', ' ')
January 30, 2009 at 7:14 am
#935514