This commit is contained in:
mrdjez 2017-03-08 19:45:01 +01:00
commit c2ca4da767
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ DECLARE @DT_NOW AS DATETIME
SET @DT_NOW = GETDATE()
SELECT YEAR(@DT_NOW) - 1 AS 'old_year'
--ca manque de commentaires
>>>>>>> 544ba62e15d71cf87c01c057cb872064dcfd9a65