Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. create table my_db.test_table
  2. as (select * from my_db.my_table
  3. where partition_date >= '2019-06-01')
  4. STORED as PARQUET;
  5.  
  6. SQL Error [1]: Query failed (#1): line 5:1: mismatched
  7. input 'STORED' expecting {<EOF>, 'EXCEPT', 'INTERSECT',
  8. 'LIMIT', 'ORDER', 'UNION', 'WITH'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement