SQL嵌套SELECT语句的用法

时间:2025-11-04 00:12:00来源:极客码头作者:系统运维
SQL嵌套SELECT语句的用法
复制select ename,语用法deptno,sal    from emp    where deptno=(select deptno from dept where loc=NEW YORK);   1.2.3.
相关内容