摘要:
1;首先来说in/not in的使用方法 in/not in是确定单个属性的值是否和给定的值或子查询的值相匹配; select * from Student s where s.id in(1,2,3); select * from Student s where s.name in( select 阅读全文
posted @ 2017-05-01 21:52
liguangsunls
阅读(267)
评论(0)
推荐(0)
2017年5月1日