Postgres SQL gathering data from two tables using an id from a 3rd table
Postgres SQL gathering data from two tables using an id from a 3rd table Problem Description: I have 3 tables; idmaster data1 data2 idmaster has every id. I need to count how many times each id exists in both data1 and data2 and output them seperate. id comes from idmaster. Ideally would like to have … Read more