Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クエリ構文に問題があります:
SELECT `users`.`name`, `posts`.* FROM `posts` LEFT JOIN `users` ON `posts`.`user_id` = `users`.`id` WHERE MATCH (title,body) AGAINST('search')
はMATCH1 つのみで動作しています。両方ではありません ... 修正方法についてアドバイスをお願いします ...
MATCH