apparently there are NO rows such that an employee is not a mgr -- everyone is a mgr (or are they) SQL> select count(*) from emp T1 2 where not exists ...
確定! 回上一頁