sqlboiler/queries/_fixtures/06.sql

1 line
No EOL
76 B
SQL

SELECT "a".* FROM happiness as a INNER JOIN rainbows r on a.id = r.happy_id;