SQL Server DATEADD() 函数--- ## 定义和用法DATEADD() 函数在日期中添加或减去指定的时间间隔。 ## 语法```sql DATEADD(datepart,number,date) ``` date 参数是合法的 ...
確定! 回上一頁