32人加入学习
(0人评价)
SQL课程
价格 $99,999美元
该课程属于 2023.7.9 BA课程 请加入后再学习

SELECT  year
             , month
             , south
             , west
             , midwest
             , northeast
             , south + midwest + west + northeast AS total
            , south / total * 100 as south_per
            , west/total * 100 as west_per
            , midwest/ total * 100 as mid_per
            ,northeast / total * 100 as NE_per
FROM tutorial.us_housing_units
where year >= 2000

[展开全文]
李铠扬 · 26天前 · SQL 2 0

授课教师

Yuhan老师

课程特色

视频(5)

学员动态

zhangyan1999 开始学习 SQL 3
zhangyan1999 开始学习 SQL 4
李铠扬 开始学习 SQL 2
李铠扬 完成了 SQL 1
李铠扬 开始学习 SQL 1