摘要: select * from t1 as a join t2 as b on a.id = b.id where CONCAT(a.name,b.name) like '%测试%' 阅读全文
posted @ 2019-01-31 10:26 热敷哥 阅读(301) 评论(0) 推荐(0)