我正在尝试删除带有问号的列:
ALTER TABLE player DROP is_playing?;
结果:
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 '?' at line 2
你知道其他的丢弃方法吗?
谢谢