Guest User

Untitled

a guest
Dec 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. SELECT *
  2. FROM student
  3. where number > 2000
  4. and ((number < 3000 and name = "dykim")
  5. or name = "totoro");
Add Comment
Please, Sign In to add comment