函数查询

可以快速上手的开发文档

#函数查询
函数查询

MySQL笔记之函数查询的使用

参考表count()用来统计记录的条数mysql>selectcount(*)fromscore;mysql>selectcount(*)fromscorewherestu_id=..