Replies: 1 comment 5 replies
-
You could modify the select manually or just use the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm struggling with the following query in a Sequel Model class:
The resulting query is:
The generated query does not work, because reservations and bookings have columns with same name. The
SELECT *
has to be aSELECT reservations.*
I need following query:Thanks and best regards
Beta Was this translation helpful? Give feedback.
All reactions