fork download
  1. CREATE TABLE table1 (id INT, name STRING)
  2. PARTITIONED BY (date STRING)
  3. FIELDS TERMINATED BY ',';
Success #stdin #stdout #stderr 0.01s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "PARTITIONED": syntax error