Skip to content

Instantly share code, notes, and snippets.

@javrasya
Created December 27, 2019 14:39
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/51f667ff2a471172908056500f088056 to your computer and use it in GitHub Desktop.
Save javrasya/51f667ff2a471172908056500f088056 to your computer and use it in GitHub Desktop.
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