The o/p of the below query would be.. select nvl('abc','a') from dual union all select nvl('abc',0) from dual minus select replace('abc','a','a') from dual
No rows returned
abc
Two rows of value 'abc'
Error: Syntax error