Guest User

Untitled

a guest
Aug 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. postgres=# SELECT *
  2. postgres-# FROM tests
  3. postgres-# WHERE id = 2 OR id = 3;
  4. id | title | level | category_id
  5. ----+-------+-------+-------------
  6. 2 | GO | 3 | 4
  7. 3 | RUBY | 1 | 1
  8. (2 rows)
Add Comment
Please, Sign In to add comment