sqlboiler/boil/_fixtures/04.sql
Aaron L 6596868cb8 Change join structure to truly support any join
- Also normalize the "," vs ", " in query generation
2016-08-07 18:07:37 -07:00

1 line
No EOL
56 B
SQL

SELECT count(*) as ab, thing as bd,"stuff" FROM "a","b";