Skip to content

Instantly share code, notes, and snippets.

@jthandy
Created March 9, 2017 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jthandy/8b495a26b4a7b259f0691ba54e962534 to your computer and use it in GitHub Desktop.
Save jthandy/8b495a26b4a7b259f0691ba54e962534 to your computer and use it in GitHub Desktop.
select
ad_performance.*,
sessions.*
from ad_performance
left outer join sessions on ad_performance.id = sessions.ad_performance_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment