首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
3.is null和is not null
3.is null和is not null
mac
2022-06-30
18
3.WHERE中使用is null和is not null //查询工资是null空值的人 select * from person where salary is null; //查询工资不为null的人 select * from person where salary is not null;
转载于:https://www.cnblogs.com/yunman/p/5497488.html
转载请注明原文地址: https://mac.8miu.com/read-65410.html
最新回复
(
0
)