Often, when I define a view in Navicat, I get the following message:
xxx does not have a primary key. Updates to this table will be performed using the following pseudo-operator: UPDATE xxx SET ModifiedFieldsAndValues ββWHERE AllFieldsAndOldValues ββLIMIT 1
Obviously, to view the view , not the update ) I use only my views. But I'm curious:
Is there a way to define a "primary key" or "unique index" in a view?
source
share