数据库查询
摘要:
1.范围查找 select * from 表名 where price>40 and price<80 select * from 表名 where price between 40 and 80 2.离散查询 select * from 表名 where price=30 or price=50 阅读全文
posted @ 2019-06-11 20:57
一杯清酒
阅读(328)
评论(0)
推荐(0)