Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Query Select
 

1=1 or (1=0 and 0=1) (case 3)

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