Created
December 27, 2019 14:40
-
-
Save javrasya/8063a227c79d0cce50de65addc2360f3 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_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