SQL Server `DATEDIFF()` 函数返回两个日期之间的天数``` DATEDIFF(datepart,startdate,enddate) ``` 如果`endate` 小于`startdate` 那么返回一个负数,否则返回正数- ...
確定! 回上一頁