Fixed self-reference to proper cross-reference.

parent 0b0ad8ed
...@@ -13019,7 +13019,7 @@ select * from shop where price=@@min_price or price=@@max_price; ...@@ -13019,7 +13019,7 @@ select * from shop where price=@@min_price or price=@@max_price;
In MySQL 3.23.44 and up, @code{InnoDB} tables supports checking of In MySQL 3.23.44 and up, @code{InnoDB} tables supports checking of
foreign key constraints. @xref{InnoDB}. foreign key constraints. @xref{InnoDB}.
See also @ref{example-Foreign keys}. See also @ref{ANSI diff Foreign Keys}.
You don't actually need foreign keys to join 2 tables. You don't actually need foreign keys to join 2 tables.
The only thing MySQL currently doesn't do (in type types other than The only thing MySQL currently doesn't do (in type types other than
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment