sql基礎,本人基於Oracle所學筆記總結

SQL 1.DQL語言 select * from emp; (工作中一般不用*,效率低,直接查列名) select empno (as) 員工號 from emp; select distinct empno from emp; (distinct去重) 僞表dual,只查一行一列,一般用來測試數據 order by select deptno from emp order by sal asc
相關文章
相關標籤/搜索