我有一個名爲'messages'的表。我不想添加一個名爲'key'的列。無法將列添加到表 - mysql
當我嘗試
ALTER TABLE messages ADD key BIGINT(20);
我得到這個錯誤:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'bigint(20)' at line 1
我在做什麼錯?
在此處發佈添加列查詢 –
@MayankPandeyz:它已發佈。它是第一個代碼片段。 –