Skip to content

Instantly share code, notes, and snippets.

@javrasya
Created December 27, 2019 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javrasya/5ac74d697eed37f364f8bfcae812f84b to your computer and use it in GitHub Desktop.
Save javrasya/5ac74d697eed37f364f8bfcae812f84b to your computer and use it in GitHub Desktop.
hive> select * from my_table;
OK
2016-08-01 3 10 A
2016-08-02 NULL 10 NULL
2016-08-03 5 10 A
2016-08-04 NULL 10 NULL
2016-08-05 NULL 10 NULL
2016-08-06 2 10 A
Time taken: 0.06 seconds, Fetched: 6 row(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment