Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的面板需要违规,但安装文件出现错误/staff/_res/infraction/install.php。我点击提交,我得到这个错误:
/staff/_res/infraction/install.php
MySQL Error: Duplicate column name 'totalInfractions'
在 上PHPMYADMIN,它说:
PHPMYADMIN
#1060 - Duplicate column name 'totalInfractions'
我在这里做错了什么?
Duplicate column name表示SELECT查询返回两次相同的列(类似于SELECT id, id)。发布一些代码,以便我们可以分析它(确切地说,是您发送的 SQL 查询)。
Duplicate column name
SELECT
SELECT id, id