php - Entering SQL statements to create a table prompts the error Unknown column
巴扎黑
巴扎黑 2017-06-19 09:07:07
0
2
880

The mysql software used: Navicat

The complete sql statement is as follows:

INSERT INTO `xz_user` ( `id`, `username`, `age`, `address`, `sex`) VALUES (00000000001, '张三', 20, 'shanghai', '男');
INSERT INTO `xz_user` ( `id`, `username`, `age`, `address`, `sex`) VALUES (00000000002, '李四', 18, 'beijing', '女');
INSERT INTO `xz_user` ( `id`, `username`, `age`, `address`, `sex`) VALUES (00000000003, '王二', 24, 'shenzhen', '男');
巴扎黑
巴扎黑

reply all(2)
仅有的幸福

Try
DESCRIBE xz_user to see if there is this class column.

巴扎黑

Unknown fieldclassThe prompt is very obvious

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template