oracle學習總結(三)

一.組函數 1.經常使用的組函數 count(),avg(),max(),min(),sum() 2.sql中分組語句 group by 注意:where 後面不能出現組函數。 但能夠間接使用 select id,last_name,salary from s_emp where salary<(select avg(salary) from s_emp); 若是要使用組函數條件限定,條件應該寫在
相關文章
相關標籤/搜索