Hacker News new | ask | show | jobs
by swah 3725 days ago
Another option:

    SELECT * FROM reservation r JOIN guest USING (r.id);