Last active
August 29, 2015 14:21
-
-
Save hyunsik/8f0dc5ce4b6a5bb8c2b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CREATE EXTERNAL TABLE table1 ( | |
title TEXT, | |
name RECORD ( | |
first_name INT | |
) | |
) USING JSON LOCATION '/xxx/json_Table'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment