摘要: 2.条件查询: 1.比较运算符:<,>,=,<=,>= selsect * from 表 where num > 30 and grade < 90; 2.逻辑运算符:not,and,or selsect * from 表 where not num = 30 and grade < 90; 注意: 阅读全文
posted @ 2021-11-03 15:12 申疯疯 阅读(40) 评论(0) 推荐(0)