sq练习

Posted haley0125

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sq练习相关的知识,希望对你有一定的参考价值。

1、技术分享图片

select date,id,sale, (select sum(sale) from sale where date <= T.date and id = T.id)  sum from sale T order by id;

2、技术分享图片

select name from sale group by name having min(score) > 80;(最小值都大于80)

select distinct name from sale where name not in (select name from sale where score < 80);

3、

以上是关于sq练习的主要内容,如果未能解决你的问题,请参考以下文章

python练习题

find 命令练习

#10023. 「一本通 1.3 练习 2」平板涂色

华为机试练习质数因子

MySQL练习题

Python 输入输出练习,运算练习,turtle初步练习