Hi,
I have a text field which has keywords listed for each study. These keywords are separated by a comma
for ex,
book,bed,pencil
I want to create a query which will take all of the keywords and create a seperate table which will allow the keys to be accessed by a key id.
Is there a way in sql to take out the words of a comma delimted list?
Thanks
Ryan
I have a text field which has keywords listed for each study. These keywords are separated by a comma
for ex,
book,bed,pencil
I want to create a query which will take all of the keywords and create a seperate table which will allow the keys to be accessed by a key id.
Is there a way in sql to take out the words of a comma delimted list?
Thanks
Ryan