In ref of table, I have two column id and name. I want select value of column name but it has error:
What does an exclamation mark in a yellow tri… Questions
@Zachary_Gatch1 Adding to what @Aleksi_Alkio has said, this occurs when you have broken references. A broken reference occurs when the reference key does not match any of the existing keys in the referenced table. There can be several possible causes: the referenced row might have been deleted, the key might have been modified, etc. To fix this, please make sure that the broken reference has a matching key in the referenced table.
Thanks @Steve. I will check it.
1 Like
