我很困惑为什么会发生这种情况,但是当我导入一个表时,它会返回这个并且表是空的......
#1064 - 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 'all' at line 2
在消息下方我有这个,但我不确定如何删除“ALL”或它来自哪里。
SELECT *
FROM `Vehicles`
LIMIT 0 ,
ALL
我尝试删除表并再次将其导入,但结果始终相同。
这是我要导入的表: