2017年5月29日

mysql中 where in 用法详解

摘要: 这里分两种情况来介绍 1、in 后面是记录集,如: select * from table where uname in(select uname from user); 2、in 后面是字符串,如: select * from table where uname in('aaa',bbb','cc 阅读全文

posted @ 2017-05-29 15:54 防空洞123 阅读(3467) 评论(0) 推荐(0)

导航