SQL语句实例运用(2)

条件查询 比较运算符python select * from students where age>18;-- 查询 大于18岁 的信息 select * from students where age<=20;-- 查询小于20岁的信息 select * from students where age=18;-- 查询年龄为18岁的全部学生的名字 不等因而 != 或者 <>web select
相关文章
相关标签/搜索