Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if (select code from table1 where col='apples') then
  2. return these results
  3. else (select code from table2 where col='apples') then
  4. return these results
  5. else (select code from table3 where col='apples') then
  6. return these results
  7. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement