Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to fetch json values from a table in SQL server 2008
Posted
Comments
Andy Lanng 13-Oct-15 5:57am    
They are strings. Do you know how to select a string? (that sounds patronizing. I don't mean it to be but you have given me know frame of reference )
Are you wanting to manipulate the json object in SQL? You will have to create a string parser function that returns a key:value table.
Let me know if that's what you need and I can help you get started

1 solution

Are you trying to convert the Json to table format or fetch json from a table?

Question isn't clear..
 
Share this answer
 
Comments
MickyTh 20-Nov-15 5:02am    
Yes, I am trying to convert json to table format

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900