Created
July 26, 2016 15:03
-
-
Save nightweb/7e45f12cf3006f702289e0283cc17952 to your computer and use it in GitHub Desktop.
rosfin stat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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