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 ... AND ((({$sql_field}) LIKE '%%') OR ({$sql_field} IS NULL))
SELECT と同等ですか?
つまり、条件によって除外される結果はありますか?
(({$sql_field}) LIKE '%%') OR ({$sql_field} IS NULL)