あなたは基本的にCOALESCE
を説明しています 機能:
https://www.postgresql.org/docs/9.6/static /functions-conditional.html
あなたの場合:
SELECT id, COALESCE(name, alias) AS result FROM yourtable;
あなたは基本的にCOALESCE
を説明しています 機能:
https://www.postgresql.org/docs/9.6/static /functions-conditional.html
あなたの場合:
SELECT id, COALESCE(name, alias) AS result FROM yourtable;