Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Split User Defined Function

    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...

  • RE: Split User Defined Function

    some debugging and i found that when you len a blank string you get 0

    //returns 0

    select len(' ')

  • RE: Split User Defined Function

    I tried to split a string on a space character and the function blew up

    select * from Split('one two', ' ')

Viewing 3 posts - 1 through 3 (of 3 total)