摘要:
一. 聚集函数 先创建一个数据库,插入几条数据 create database day15; use day15; create table stu( id int, name varchar(30), math int, english int, chinese int ); INSERT INT 阅读全文
摘要:
isnull ifnull nullif 判断某一个字段记录是否为空 先创建一个数据库,插入几条数据 create database day15; use day15; create table stu( id int, name varchar(30), math int, english int 阅读全文