MySQL: how to make multiple table fulltext search

后端 未结 2 697
春和景丽
春和景丽 2020-12-11 09:39

I want to integrate the MySQL fulltext search function in my PHP site.

I have the following problem now.

SELECT *
FROM testtable t1, testtable2 t2
WH         


        
2条回答
提交回复
热议问题