86人加入学习
(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 · 29天前 · SQL 3 0

授课教师

Yuhan老师

课程特色

视频(5)

学员动态

1019wang 完成了 SQL 5
1019wang 开始学习 SQL 5
1019wang 完成了 SQL 4
daisyDAI 加入学习
1019wang 开始学习 SQL 4