Return one null row if no matches

Posted by yhuang
Public (Editable by Users)
SQL
None
Edit
select id from (values(0)) zero left join app.tag on name in ('foo', 'bar');