Select 1 from dual where null & gt;=null is not the result is I can understand, but
Select * from emp where comm & gt;=comm can comm is empty inside, I was a little doubt life
CodePudding user response:
select decode (null, comm, 1, 2) from emp where comm & gt;=comm
Look at the results
CodePudding user response: