会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
霖尤li
博客园
首页
新随笔
联系
订阅
管理
2020年12月17日
数据库及linux 代码及逻辑题小练习
摘要: ###1.数据库 select a.class,e.course,avg(e.score) from account as a,exam as e where a.id=e.aid group by a.class,e.course; ###2.linux 1.如何清空a.log文件 echo >
阅读全文
posted @ 2020-12-17 18:51 霖尤li
阅读(225)
评论(0)
推荐(0)
编辑
公告