SQL function SQL函數整理及示例

1. AVG() eg: select avg(column_name) from table_name ;   # 返回數字列的平均值         select avg(Price) as Pricenum from Products  ; 2. count() eg: select count(column_name) from table_name ;   # 返回指定列的記錄數    
相關文章
相關標籤/搜索