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.
このコードがあり、に設定する必要がありNULLます。正しい方法は何ですか?
NULL
$criteria->condition='tblvisit_batch_id=NULL';
正しい SQL ステートメントを使用する必要があります。
$criteria->condition='tblvisit_batch_id IS NULL';