(How to remove the time portion of a datetime value (SQL Server)?) 這是我使用的: SELECT CAST(FLOOR(CAST(getdate() as FLOAT)) as DATETIME) 我在想可能會有更好 ...
確定! 回上一頁