Guest User

Untitled

a guest
Jan 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. create table testivr (
  2. mobNo string,
  3. callTime string,
  4. refNo int,
  5. callCat string,
  6. menus array <string>,
  7. endType string,
  8. duration int,
  9. transferNode string
  10. )
  11. row format delimited
  12. fields terminated by ','
  13. collection items terminated by '|'
  14.  
  15. * where menu[0] = "val1" and menu[1] = "val2"` and alos like `menu(0) = "val1" and menu(1) = "val2".
Add Comment
Please, Sign In to add comment