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.
大文字と小文字を区別しないバージョンは何ですか
strpos(field', 'Phrase')
Facebookのクエリ言語で?
最も近い方法は、次のように、両方のフレーズを小文字 (または大文字) に変換して比較することです。
strpos(lower(field),lower(phrase))
大文字と小文字を区別しない strpos を試してください
http://ca3.php.net/stripos