sqlboiler/boil/_fixtures/06.sql

1 line
76 B
MySQL
Raw Normal View History

2016-08-07 23:09:56 +02:00
SELECT "a".* FROM happiness as a INNER JOIN rainbows r on a.id = r.happy_id;