ALTER TABLE alert
ADD Foreign Key `reply_id``topic_id`
REFERENCES persons `reply_id``topic_id`
ผิดพลาด
คำค้น SQL:
ALTER TABLE alert ADD FOREIGN KEY `reply_id``topic_id` REFERENCES persons `reply_id``topic_id`
MySQL แสดง:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REFERENCES persons `reply_id``topic_id`' at line 3