Variable Datetime DT_NOW

This commit is contained in:
mrdjez 2017-03-08 19:35:15 +01:00
parent aa172b1340
commit 2ea7ec976a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
DECLARE @DT_NOW AS DATETIME
SET @DT_NOW = GETDATE()
SELECT @DT_NOW