摘要: unix_timestamp MySQL 中的 unix_timestamp() 函数返回自 1970 年 1 月 1 日 UTC 时间以来的秒数。在 PostgreSQL 中,可以通过 EXTRACT 和 EPOCH 来获取这一信息。 CREATE OR REPLACE FUNCTION unix 阅读全文
posted @ 2025-05-28 22:52 kahnyao 阅读(118) 评论(0) 推荐(0)
摘要: 创建表结构 drop table if exists history; drop table if exists history_str; drop table if exists history_log; drop table if exists history_text; drop table 阅读全文
posted @ 2025-05-28 21:28 kahnyao 阅读(24) 评论(0) 推荐(0)
摘要: 创建表结构 drop table if exists history; drop table if exists history_str; drop table if exists history_log; drop table if exists history_text; drop table 阅读全文
posted @ 2025-05-28 21:27 kahnyao 阅读(21) 评论(0) 推荐(0)