答案 0 :(得分:1)
Sara ...确保您没有将保留关键字用作列名。尝试将列名称日期更改为created_date或其他相关内容。
答案 1 :(得分:0)
将空值替换为NULL。您的代码应该是这样
INSERT INTO asset (type, kind, new, obtain, owner, quantity, date, condition) VALUES ('Hardware', NULL, 'yes', 'Purchase', 'Center', NULL, NULL, 'new')