Oracle學習第七天

高級查詢1.分組查詢 ①概念 分組函數作用於一組數據,並對一組數據返回一個值。 ②分組函數的使用 分組函數 avg()、sum()、min()、max()、count() 、wm_concat():行轉列 select avg(sal),sum(sal)from emp; select max(sal),min(sal)from emp; select count(*) from emp; dis
相關文章
相關標籤/搜索