1 line
No EOL
65 B
SQL
1 line
No EOL
65 B
SQL
SELECT "c".* FROM cats c INNER JOIN dogs d on d.cat_id = cats.id; |