Thursday, November 16, 2017

format SQL Result in JSON {SQL 2017}

Query For Create JSON from SQL

- SELECT * FROM {YourTable} FOR JSON PATH

- Just Add FOR JSON PATH at the end of your query

No comments :

Post a Comment