我用这个查询我的数据库:
SELECT DISTINCT type FROM drinks ORDER BY order ASC
我收到此错误消息:
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 'order ASC' at line 1
破坏它的绝对是 ORDER BY order ASC。