zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

sql date时间加减几天几小时

SQL 时间 Date 加减 几天
2023-09-14 09:11:19 时间
select getdate(),dateadd(minute,-5,getdate())