大话西游666
办法如下:select * from table1 where concat(`字段`,`字段`,`字段` ) like '%关键字%' unionselect * from table2 where concat(`字段`,`字段`,`字段` ) like '%关键字%' unionselect * from table3 where concat(`字段`,`字段`,`字段` ) like '%关键字%' unionselect * from table4 where concat(`字段`,`字段`,`字段` ) like '%关键字%' unionselect * from table5 where concat(`字段`,`字段`,`字段` ) like '%关键字%' 前提是查询出来的字段个数要一样,类型要对应好,至于如何得到正确且符合你需要的sql就要在程序类中处理了。