84人加入学习
(0人评价)
SQL课程
价格 $99,999美元
select *
from billboard
where group ilike '%Dr.Dre%' AND (year<2001 or year>2009);
select *
from billboard
where "group" ilike '%T-Pain%'
order by rank DESC;
select COUNT(low) as low_count
from apple;

COUNT(column name) only counts non null rows

 

SUM only use for numerical values, null will be see as 0

 

AVG calculates the average of a selected group of values AVG(column name), ignore null completely

select AVG(daily) as avg_volumn
from apple;

 

[展开全文]
Caroline_Wu · 8天前 · SQL 3 0

授课教师

Yuhan老师

课程特色

视频(5)

学员动态

sudelii91 开始学习 SQL 2
Caroline_Wu 开始学习 SQL 4
Jing668899 开始学习 SQL 3
Jing668899 开始学习 SQL 2
Caroline_Wu 完成了 SQL 3