如题报错
写的语句是 select 字段1 as 新名1,字段2 as 新名2,…… from 表 where 条件
报错check the manual that corresponds to your MySQL server version for the right syntax to use near 'where) from 表 where 条件 at line 1
太奇怪了 怎么会解析成 where) from 表 where 呢
测试了一下 如果写成 select * from 表 where 条件
就不报错
请问怎么解决?