Advertisement
Guest User

Untitled

a guest
Apr 13th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 0: jdbc:hive2://localhost:10000> select `_1` from test where `_1` == 40;
  2. +-----+--+
  3. | _1 |
  4. +-----+--+
  5. | 40 |
  6. +-----+--+
  7. 1 row selected (0.109 seconds)
  8. 0: jdbc:hive2://localhost:10000> select count (*) from test;
  9. +----------+--+
  10. | _c0 |
  11. +----------+--+
  12. | 1000000 |
  13. +----------+--+
  14. 1 row selected (0.081 seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement