-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I tried this query:
select * from report join location on report.location_id = location.id join state on location.state_id = state.id where state.abbreviation = 'CA' order by report.id desc limit 100And the resulting table had weird values in the id column - because all three of those tables returned an ID and we run them through a dictionary, which means the last one wins.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working