📄️ case
CASE は条件式で、条件を評価して対応する結果を返します。
📄️ coalesce
入力パラメータの中で最初に NULL でない式を返します。
📄️ if
expr1 が TRUE と評価される場合、expr2 を返します。
📄️ ifnull
expr1 が NULL の場合、expr2 を返します。
📄️ nullif
expr1 が expr2 と等しい場合、NULL を返します。
AI generated answers are based on docs and other sources. Please test answers in non-production environments.