Skip to content

Instantly share code, notes, and snippets.

@javrasya
Created December 27, 2019 14:40
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/8063a227c79d0cce50de65addc2360f3 to your computer and use it in GitHub Desktop.
Save javrasya/8063a227c79d0cce50de65addc2360f3 to your computer and use it in GitHub Desktop.
use mydatabase;
CREATE TABLE IF NOT EXISTS student_count_report (
school_name string,
student_coun 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