sqlboiler/queries/_fixtures/12.sql

1 line
68 B
MySQL
Raw Normal View History

2016-09-01 05:14:35 +02:00
SELECT "cats".* FROM "cats" INNER JOIN dogs d on d.cat_id = cats.id;