首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
2.WHERE中使用=,>,>=,<,<=,<>,!=比较符号
2.WHERE中使用=,>,>=,<,<=,<>,!=比较符号
mac
2022-06-30
23
//查询工资大于等于2000的人 select * from person salary >= 2000; //查询名字等于scott的人 select * from person name='scott' //查询不属于10这个部门的人 select * from person deptno != 10; select * from person deptno <> 10;
转载于:https://www.cnblogs.com/yunman/p/5497476.html
转载请注明原文地址: https://mac.8miu.com/read-65346.html
最新回复
(
0
)