How to use same parameter column name on different table #1316
Unanswered
lefjucabro
asked this question in
Q&A
Replies: 1 comment
-
I'd like to raise the subject again because I'm surprised that I'm the only one to have had this problem. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I have 2 tables "Intervention" and "Installation" with same primary key name "ID".
Is it a way to declare 2 parameters which have same names (ID in my case) ? Maybe is it a way to use aliases here ?
Here is an example that doen't work and I understand why it's problematic ;-)
Of course if I rename "ID" from "Installation" to "ID_installation" and "ID" from "Intervention" to "ID_intervention", everything is fine but I'd like to avoid to do this in my source code and in databases.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions