IF YEAR(SYSDATETIME()) <> YEAR(DATEADD(day, 1, SYSDATETIME())) PRINT 'Today is the last day of the year.'; ELSE PRINT 'Today is not the last day of the year.';Nếu muốn kiểm tra hôm nay có phải ngày cuối cùng của tháng hay không.
IF MONTH(SYSDATETIME()) <> MONTH(DATEADD(day, 1, SYSDATETIME()))
0 comments:
Post a Comment