/ Published in: SQL
This approximates an "IF" Statement using SQL
Expand |
Embed | Plain Text
SELECT DECODE('if this', 'matches this', 'then use this', 'and, optionally, otherwise use this') FROM DUAL;
You need to login to post a comment.
