Created
July 9, 2020 10:13
-
-
Save prgTW/707dd7ff4c139fd48b43b2ca9f2832cf to your computer and use it in GitHub Desktop.
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 count(*) FROM product1 WHERE agreement_id = :id; | |
-- 77924 | |
SELECT count(*) FROM product2 WHERE agreement_id = :id; | |
-- 1486 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment