SQL>SQL>SQL>SQL> select 'is true ' as condition 2 from dual 3 where 1=1 or (1=0 and 0=1);CONDITION---------is trueSQL>