Query Select Oracle PLSQL Tutorial

SQL>  select 'is  true  ' as condition
  2  from   dual
  3  where  (1=1 or 1=0) and 0=1;
no rows selected
SQL>