Created
January 19, 2022 07:39
-
-
Save velotiotech/601f622aadf4984839febe3c1bd219a3 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
create table if not exists log | |
( | |
line string | |
) | |
row format delimited | |
lines terminated by ‘\n’ | |
STORED AS TEXTFILE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment