i am looking to split a string into its individual words and then store these words in a table via a stored proc
my table is tbl_words with a column called words
if the string is 'i am stuck with sql' then i want the rows in the table to be each word in that sentence.
thanks for any help
my table is tbl_words with a column called words
if the string is 'i am stuck with sql' then i want the rows in the table to be each word in that sentence.
thanks for any help