【发布时间】:2020-06-10 18:13:31
【问题描述】:
我正在尝试从其他表中插入单个值,但出现此错误。如果您知道如何修复,请修复我的代码...
检查一下:
INSERT INTO Library_Records_DB(Book_Name, Student_Roll_Num, Student_Name, Student_Department, Lending_Date)
values
(
"English",
747,
(select Full_Name from GCUF_Students_DB_Morning where Roll_Num=747),
(select Department from GCUF_Students_DB_Morning where Roll_Num=747),
"01-jan-2020"
)
【问题讨论】:
-
您真的将日期存储为文本吗?
标签: sql ms-access sql-insert ms-access-2016