sqlboiler/queries/_fixtures/13.sql

1 line
No EOL
65 B
SQL

SELECT "c".* FROM cats c INNER JOIN dogs d on d.cat_id = cats.id;