-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I see that it does not support joins without aliases. They are not required after all. Is there a work around. Consider the example below.
select images.registrationid from images join registration on images.registrationId = registration.registrationId where images.type = 'xray' and registration.firstname = 'keshava'
Metadata
Metadata
Assignees
Labels
No labels