Mysql 计算19570101开始的日期:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年1月30日 (星期二)

  • 当前之前 09:352024年1月30日 (二) 09:35BrainBs 讨论 贡献 239字节 +239 创建页面,内容为“<syntaxhighlight lang="sql">-- 距19570101天数 select to_days(now())-to_days('19570101'); -- 根据天数反推日期 select date_format(date_add('19570101', INTERVAL to_days(now())-to_days('19570101') day), '%Y%m%d');</syntaxhighlight>”