Skip to content

Instantly share code, notes, and snippets.

@KimSoungRyoul
Created August 18, 2020 12:41
Show Gist options
  • Save KimSoungRyoul/a408e5bab56a619a039d6d7e76d277a9 to your computer and use it in GitHub Desktop.
Save KimSoungRyoul/a408e5bab56a619a039d6d7e76d277a9 to your computer and use it in GitHub Desktop.
select * from a_model;
select * from b_model where id in (~~~~) and is_deleted is False;
select * from c_model where id in (~~~~) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment