SQL基础【五、Where】 2022-11-28 17:12:33 浏览数 (1) 1:查询user_id等于1 的数据Select * from user where user_id = 12:查询user_age大于等于12的数据Select * from user where user_age >=123:查询user_age不等于12的数据Select * from user where user_age <> 12希望能对大家有所帮助。 select 数据 0 人点赞 上一篇:分享雷军22年前编写的代码