Closed Beakerboy closed 2 years ago
The statement SELECT * FROM users, places cannot be constructed. If a second table is added with addJoin “” “places”, it is separated from the first with a space, not a comma.
SELECT * FROM users, places
addJoin “” “places”
Fixed
The statement
SELECT * FROM users, places
cannot be constructed. If a second table is added withaddJoin “” “places”
, it is separated from the first with a space, not a comma.