记录一个hql错误
程序员文章站
2022-03-06 15:30:45
...
Incorrect query syntax [
select
t.id,t.busFlowID,t.entName,t.leRep,t.type,t.entTypePro,t.entType,t.dom,t.tel,t.accDate,t.state,t.busID
from
com.topsoft.domain.icis.reg.entxml.entity.EntActInfoXML t
where
t.state in ('01','02','04','12','91','03')
and (t.accOrgID=152011500000000 or t.apprOrgID=152011500000000)
and t.busType='01'
and t.type = '2100'
and t.entName like '%' = '%'
and not exists (
select
t.id
from
com.topsoft.domain.icis.reg.register.entity.IndSimpleEstRecord s
where
s.actBusFlowId = t.busFlowID
)
]
select
t.id,t.busFlowID,t.entName,t.leRep,t.type,t.entTypePro,t.entType,t.dom,t.tel,t.accDate,t.state,t.busID
from
com.topsoft.domain.icis.reg.entxml.entity.EntActInfoXML t
where
t.state in ('01','02','04','12','91','03')
and (t.accOrgID=152011500000000 or t.apprOrgID=152011500000000)
and t.busType='01'
and t.type = '2100'
and t.entName like '%' = '%'
and not exists (
select
t.id
from
com.topsoft.domain.icis.reg.register.entity.IndSimpleEstRecord s
where
s.actBusFlowId = t.busFlowID
)
]
上一篇: 将 20M 文件从 30 秒压缩到 1 秒,我是如何做到的?
下一篇: 程序员究竟能干多少年?
推荐阅读
-
SQL Server 完整备份遇到的一个不常见的错误及解决方法
-
SQL Server导入导出数据时最常见的一个错误解决方法
-
MVC使用Log4Net进行错误日志记录学习笔记4
-
steam安装游戏时发生了一个错误是怎么回事?应该如何解决
-
一次nginx 504 Gateway Time-out错误排查、解决记录
-
Nginx PHP-Fcgi中因PHP执行时间导致504 Gateway Timeout错误解决记录
-
实现Nginx中使用PHP-FPM时记录PHP错误日志的配置方法
-
阿里云docker容器固定应用到到某一个节点记录
-
错误类型:Provider (0x80004005)未指定的错误 的一个处理方法
-
在oracle 数据库中查看一个sql语句的执行时间和SP2-0027错误