檢查是否為SQL SERVER合法日期格式SELECT ISDATE('2004-03-01')--1 (int) ... SELECT DATEADD(hh,1,DATEADD(hh,DATEDIFF(hh,0,getdate()),0))
確定! 回上一頁