私がこのテーブルを持っているとしましょう:
id | field1 | field2 | field3 | field4
0 | pear | peach | fruit | california
1 | apple | peas | xxxxxx | cupertino
2 | apple | peach | xxxxxx | san francisco
ユーザーが「アップルピーチ」を検索した場合、私は行を取得したい
2 | apple | peach | xxxxxx | san francisco
「applepiesanfrancisco」または「applepeachfran」の検索でも同じ結果が期待されます
では、それを行うためのmysqlリクエストは何でしょうか?
ありがとう