Loading

摘要: //查询时间偏移 select * from coiner where created_at + interval '8 hour' > '2023-01-13 00:00:00' //jsonb 查询 attribute.Award.type = 'ttc' attribute -> 'Award 阅读全文
posted @ 2023-06-07 12:15 一万年行不行 阅读(17) 评论(0) 推荐(0)
摘要: 数组函数:https://www.postgresql.org/docs/14/functions-array.html 表结构: ``` --审批流 create table approve_workflow ( id bigserial primary key, name varchar(255 阅读全文
posted @ 2023-06-07 11:36 一万年行不行 阅读(10) 评论(0) 推荐(0)