gpt4 book ai didi

mysql - 如何使用insert和select语句在表中添加外键?

转载 作者:行者123 更新时间:2023-11-29 11:36:47 25 4
gpt4 key购买 nike

我已经尝试过了

INSERT INTO PARENT (FamilyID,userName, email, password)VALUES ((SELECT FamilyID FROM 'FAMILY' WHERE familyName=‘Idiots13’),'abc12','abc12@gmail.com', 'abc123#’);

我收到此错误:

#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 ''FAMILY' WHERE familyName=‘Idiots13’), 'deeepak13','deepak13@gmail.com', '' at line 3

请帮忙!!

最佳答案

您在 'Idiots13' 周围使用了错误类型的引号,您需要使用 ' 而不是 ''.

同样的问题也出现在'abc123#'的结尾引用中。

关于mysql - 如何使用insert和select语句在表中添加外键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36448850/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com