Home >Backend Development >PHP Tutorial >插入数据报错怎么处理

插入数据报错怎么处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 11:56:121394browse

插入数据报错怎么办?
[code=sql]
[INSERT INTO `test`(`id`, `uid`, `regdate`, `remark`) VALUES ([],[小明],[now()],[软件工程师])
/code]
------解决方案--------------------
INSERT INTO `test`( `uid`, `regdate`, `remark`) VALUES ('小明',now(),'软件工程师')

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn