Skip to content

Instantly share code, notes, and snippets.

@nightweb
Created July 26, 2016 15:03
Show Gist options
  • Save nightweb/7e45f12cf3006f702289e0283cc17952 to your computer and use it in GitHub Desktop.
Save nightweb/7e45f12cf3006f702289e0283cc17952 to your computer and use it in GitHub Desktop.
rosfin stat
select export_logs.*, export_people.* from export_logs
inner join export_people on export_people.id = export_logs.export_people_id
where export_logs.obj_type IN ('rosfin_company','rosfin_people')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment