Created
December 27, 2019 14:38
-
-
Save javrasya/15a9dff222acf295834e0ffbb771417f 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
use mydatabase; | |
CREATE TABLE IF NOT EXISTS school | |
( | |
school_id BIGINT, | |
school_name 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