Here is my code:
Here are my results:
I need the results to display like this:
How do I modify my script so my results display in rows instead of the comma delimited fields?
Code:
SELECT CData.value('(/fields/Genres)[1]', 'varchar(255)')FROM Categories WHERE ReqNum = 9281
Code:
King, Saul, Robb
Code:
King Saul Robb
Comment