79396096

Date: 2025-01-29 08:27:08
Score: 3.5
Natty:
Report link

Try using the below

declare @startdate date; select @startdate = CONCAT( YEAR(GETDATE()) , '-01-01' );

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @startdate
  • User mentioned (0): @startdate
  • Low reputation (1):
Posted by: Chatur