TEST/toto.sql

8 lines
170 B
MySQL
Raw Normal View History

2017-03-08 19:35:15 +01:00
DECLARE @DT_NOW AS DATETIME
SET @DT_NOW = GETDATE()
2017-03-08 19:42:24 +01:00
SELECT YEAR(@DT_NOW) - 1 AS 'old_year'
2017-03-08 19:41:21 +01:00
--ca manque de commentaires
2017-03-08 19:45:01 +01:00
>>>>>>> 544ba62e15d71cf87c01c057cb872064dcfd9a65