
select * from table1 where match(col1, col2, col3) against ('some string')union allselect * from table2 where match(col1, col2) against ('some string')union allselect * from table3 where match(col1, col2, col3, col4) against ('some string')...欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)