Not able to create attribute named ID

0
Dear Mendix Team, I am using an external oracle database that contains an attribute named “ID” but Mendix is not allowing to create one with this name as part of Entity, Please suggest how to solve this scenario?
asked
2 answers
2

Isn’t this possible by adjusting the query you execute?

Select Customer.ID as _ID, Customer.Name as Name

Where ...

answered
0

You could use another name? ID is a reserved name.

answered