Possibility of linking two tables without a foreign key #3550
jeromeperez
started this conversation in
Feature Ideas
Replies: 1 comment 2 replies
-
Thanks for this example @jeromeperez Out of curiosity, why would you not want to have a foreign key here? Also, I'm wondering whether you would be satisfied if the Data Explorer required you to use raw SQL to construct queries across tables without foreign keys? Or would you see it being important for users to build queries like this using the visual query building UI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be interesting to have a feature in "Data explorer" that would allow you to link a field from one table to another, so that you could display data from both databases.
For example :
dat_blessure(indid, date_debut,date_end)
individual(id,nom)
indid is not declared as a foreign key but id is unique in individual
Beta Was this translation helpful? Give feedback.
All reactions