随笔分类 -  postgre

摘要:https://blog.csdn.net/feyehong/article/details/114551178 阅读全文
posted @ 2023-06-07 10:25 真某人 阅读(16) 评论(0) 推荐(0)
摘要:SELECT * FROM sys_logininfor WHERE date_trunc('day',access_time) = to_timestamp('2023-06-05 10:10:10','yyyy-mm-dd'); -- 2023-01-01 00:00:00+00 2023-06 阅读全文
posted @ 2023-06-07 10:24 真某人 阅读(8) 评论(0) 推荐(0)
摘要:地址:https://www.cnblogs.com/haolb123/p/16628464.html 创建:postgre docker pull postgres:14.5 docker run --name postgres --restart=always -e POSTGRES_PASSW 阅读全文
posted @ 2023-06-02 09:50 真某人 阅读(52) 评论(0) 推荐(0)