So as per above query all Employees are mangers which is not true. Let's try this with NOT Exists operator. Using NOT Exists. SQL> SELECT * From EMP E1 Where ...
確定! 回上一頁