Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.38 KB | None | 0 0
  1. That works hive -e " select * from  hiveDB.cardinal001"
  2. that works hive -e "use hiveDB; select col1, col2  from (select * from cardinal001 where col2 > 500 order by col1 ) cardinal001;"
  3. that doesn't work hive -e "select col1, col2  from (select * from hiveDB.cardinal001 where col2 > 500 order by col1 ) hiveDB.cardinal001;"
  4. FAILED: ParseException line 1:97 missing EOF at '.' near 'hiveDB'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement