ALTER TABLE AC04 ADD CONSTRAINT "FK_AC01_AAC001" FOREIGN KEY (AAC001) REFERENCES AC01 (AAC001);

Query : alter table AC04 add constraint "FK_AC01_AAC001" foreign key (AAC001) references AC01 (AAC001)
Error Code : 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 '"FK_AC01_AAC001" foreign key (AAC001) references AC01 (AAC001)' at line 1

帮忙看看,谢谢