Created
December 27, 2019 14:39
-
-
Save javrasya/51f667ff2a471172908056500f088056 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 student ( | |
student_id BIGINT, | |
name string, | |
lastname string, | |
birth_date string, | |
school_id BIGINT | |
) ROW FORMAT delimited fields terminated BY ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment