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

1 line
65 B
SQL

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