I have 2 tables.
Table1: id, row1, row2, row3, etc.
Table2: id, row1, row2, etc.
I need to do a query, that select id, row1, row2 from Table1. But i also want it, to count how many rows, that exists. With the id given from table1, compared to the id in table2.
How can i do that?