Skip to content

Instantly share code, notes, and snippets.

@hyunsik
Last active August 29, 2015 14:21
Show Gist options
  • Save hyunsik/8f0dc5ce4b6a5bb8c2b6 to your computer and use it in GitHub Desktop.
Save hyunsik/8f0dc5ce4b6a5bb8c2b6 to your computer and use it in GitHub Desktop.
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