Bug? #1146 - Table 'xxx.xxxxx' doesn't exist

前端 未结 18 1754
春和景丽
春和景丽 2020-11-29 05:49

I am using windows XP. I am creating a table in phpMyAdmin using its built-in create table feature, my database name is ffffd.

It generates the following

18条回答
  •  野性不改
    2020-11-29 06:35

    Column names must be unique in the table. You cannot have two columns named asd in the same table.

提交回复
热议问题