为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:DM8
【操作系统】:银河麒麟
【CPU】:x86
【问题描述】*:update "DomainSynchronizationLog" set "is_success"=2 where "is_success" = 3 and "end_time" is null
我要修改那些配置 可以让 update DomainSynchronizationLog set is_success=2 where is_success = 3 and end_time is null 这个sql不报错
实例如果是大小写敏感的话需要加双引号,大小写不敏感的话可以不加,或者建表的时候表名和字段名都大写