DevBits
Home
Atlas
Play
About
Sign up
Log in
All
SQL
Databases
Return one null row if no matches
Return one null row if no matches
Posted by
yhuang
Public (Editable by Users)
Language
SQL
Dependencies
None
Run
Play
Copy
Copy To
Default Playground
Expand
Fork
Edit
Main
select id from (values(0)) zero left join app.tag on name in ('foo', 'bar');
Stdout
Stderr