为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】: <dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>8.1.3.140</version>
</dependency> 开源版本
【操作系统】:linux
【CPU】:
【问题描述】*:
SQL: SELECT idm.id AS 'id', idm.device_id AS 'deviceId', idm.oc_device_id AS 'ocDeviceId', idm.device_name AS 'deviceName',
还有就是 as 别名时 使用了 反引号 as name 同样报错。是因为开源版本不支持?我感觉版本也比较新了

as后面的别名使用双引号括起来
select idm.id as "id"