sqlboiler/boil/_fixtures/12.sql
2016-08-31 21:34:10 -07:00

1 line
No EOL
68 B
SQL

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