MySQL数据库基本命令十

2024-10-29 16:54:34

1、select sum(字段名) from 表名;(求和)表名为teacher

MySQL数据库基本命令十

3、select min(字段名) from 表名;(最小值)表名为teacher

MySQL数据库基本命令十

5、select count(*) from 表名;(统计记录行数)表名为teacher

MySQL数据库基本命令十
猜你喜欢