
postgresql
文章平均质量分 51
NaCl668
这个作者很懒,什么都没留下…
展开
-
Cause: org.postgresql.util.PSQLException: ERROR: deadlock detected 检测到死锁异常排查处理
报错内容如下:org.springframework.dao.DeadlockLoserDataAccessException:### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: deadlock detected 详细:Process 7372 waits for ShareLock on transaction 46061491; blocked by process 4624.Pro原创 2022-03-23 13:00:11 · 6706 阅读 · 0 评论 -
sql实现按小时统计查询
SELECT to_char(date_cr, 'yyyy-mm-dd : HH24') AS create_time, COUNT(date_cr) AS countsFROM t_taskWHERE date_cr > '2022-03-17 00:00:00'GROUP BY create_timeORDER BY create_time DESC;原创 2022-03-22 23:20:56 · 3755 阅读 · 0 评论 -
camunda 查询 act_ge_property 通过 主键 next.dbid 查询查到两条
camunda 查询 act_ge_property 通过 主键 next.dbid 查询查到两条数据原创 2022-03-10 19:48:21 · 1170 阅读 · 1 评论