Guest User

Untitled

a guest
Oct 18th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. SELECT
  2. Value
  3. FROM
  4. Table
  5. WHERE
  6. ID IN (CASE WHEN <expression> THEN (1,2,3) ELSE (1,2) END)
Add Comment
Please, Sign In to add comment