Skip to content

Instantly share code, notes, and snippets.

@javrasya
Created December 27, 2019 14:38
Show Gist options
  • Save javrasya/15a9dff222acf295834e0ffbb771417f to your computer and use it in GitHub Desktop.
Save javrasya/15a9dff222acf295834e0ffbb771417f to your computer and use it in GitHub Desktop.
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