Hacker News new | ask | show | jobs
by rawgabbit 528 days ago

     Select M.*, V.* from Measurement as M left outer join Value_table as V…
You end up with nulls again.
1 comments

Yes. That's part of the semantics of outer joins.

But there is no stored null representing 'no value'.