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/e354e33c57e0a86123a7f51088c184ba to your computer and use it in GitHub Desktop.
Save javrasya/e354e33c57e0a86123a7f51088c184ba to your computer and use it in GitHub Desktop.
CREATE TABLE IF NOT EXISTS my_table
(
`date` string,
number int,
estimate int,
client string
) row format delimited fields terminated by ',';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment