gpt4 book ai didi

php - 不正确的整数值 : 'DEFAULT' for column 'student_id' at row 1

转载 作者:太空宇宙 更新时间:2023-11-03 10:54:54 25 4
gpt4 key购买 nike

尝试向 MySQL 数据库调度程序“添加新学生”时收到以下错误代码:

无效查询:

INSERT INTO student(student_id, name, password, number_paid_lessons, paid_from_date, paid_until_date) VALUES('DEFAULT', 'Test Student', 'Test Password', 12, '2014-1-01', '2014-3-31')

Incorrect integer value: 'DEFAULT' for column 'student_id' at row 1

我的托管公司的技术人员解释说:“意味着不正确的 mysql 值默认进入行 student_id。”

编码在 php 中...如何修复?我是否只需要更改 insert.php 页面代码...或...student.php 页面代码?如果是这样,为了什么?

最佳答案

不要传递 'DEFAULT'。只需将该列从您的列列表和值列表中删除,系统就会自动插入默认值。

关于php - 不正确的整数值 : 'DEFAULT' for column 'student_id' at row 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21433675/

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