Skip to content

PG:内置函数

About 61 wordsLess than 1 minute

2025-04-23

select CURRENT_DATE; // 2025-04-23
select CURRENT_TIMESTAMP;  // 2025-04-23 17:05:17.439889+08
select * from plan where plan_date >= current_date - N;   // 查询N天前的数据
select * from plan where plan_date >= current_date;  // 查询当天的数据

Changelog

5/7/25, 10:15 AM
View All Changelog
  • 8c7c5-feat(wiki): java: 基本数据结构源代码on

求求了,快滚去学习!!!

求求了求求了,快去学习吧!

【题单】贪心算法

不知道方向的时候,可以多看看书,书会给你指明下一步该干什么,加油!