Appearance
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; // 查询当天的数据
8c7c5
求求了求求了,快去学习吧!
【题单】贪心算法
不知道方向的时候,可以多看看书,书会给你指明下一步该干什么,加油!