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.
次の WHERE 句があります。コンボボックスからの選択が null の場合、すべての値が選択されます。null でない場合、TB.Widget がコンボボックスの選択と等しい行を選択します。コンボボックスは TB テーブルで埋められます。列が英数字の場合に機能します。列が数値の場合、どうすれば機能しますか?
WHERE (:DBLookupComboBox1 Is Null) or (BL.Widget = :DBLookupComboBox1)