Created
March 5, 2016 06:37
-
-
Save vikaskanani/b5a6657a324c9cc3cc46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT column, expression, column as alias | |
FROM table1, table2, table3 | |
FOR JSON [AUTO | PATH] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment