Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. SELECT ID, NAME, PHONE
  2. FROM STUDENTS
  3. WHERE (:name is null and id = :id) OR (:id is null and name=:name)
Add Comment
Please, Sign In to add comment