gpt4 book ai didi

sql - 运行插入 SQL 查询

转载 作者:行者123 更新时间:2023-12-04 23:27:06 24 4
gpt4 key购买 nike

如何在 Microsoft Access 中运行 INSERT SQL 查询?

例如:

INSERT INTO tbl_UserPurchase (ID, Name) Values (321, Joe)

最佳答案

您需要在 SQL 中引用文字:

INSERT INTO tbl_UserPurchase (ID, Name) VALUES (321, 'Joe')

关于sql - 运行插入 SQL 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13778917/

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