mysql error 1136: Column count doesn't match value count at row 1

后端 未结 0 847
青春惊慌失措
青春惊慌失措 2020-12-15 16:09

I have created the following table:

 CREATE TABLE `test2` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `A` varchar(30) DEFAULT NULL,
  `B` varchar(30) DEFAULT          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题