SQL经常使用语句,子查询整理

SQL经常使用语句积累,不断更新:sql 1、SQL子查询语句数据库      一、单行子查询        select ename,deptno,sal        from emp        where deptno=(select deptno from dept where loc='NEW YORK');数据库设计     二、多行子查询        SELECT ename,
相关文章
相关标签/搜索