sqlboiler/queries/_fixtures/14.sql

1 line
No EOL
68 B
SQL

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