Advertisement
Spoth

Untitled

Feb 2nd, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 0: jdbc:ignite:thin://b2bivmign2/> select * from test;
  2. +------+-------+
  3. | KEY | VALUE |
  4. +------+-------+
  5. | Sven | Demo |
  6. +------+-------+
  7. 1 row selected (0.243 seconds)
  8. 0: jdbc:ignite:thin://b2bivmign2/> select * from test2;
  9. +-----+-------+
  10. | KEY | VALUE |
  11. +-----+-------+
  12. +-----+-------+
  13. No rows selected (0.019 seconds)
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement