Oracle中子查詢

1.單行子查詢 select * from emp where sal > (select sal from emp where empno > 7876); 2.子查詢空值/多值問題 若是子查詢未返回任何行,則主查詢也不會返回任何結果。 (空值)select * from emp where sal >(select sal from emp where empno=6666); 若是子查詢
相關文章
相關標籤/搜索