79372223

Date: 2025-01-20 17:48:59
Score: 2
Natty:
Report link

declare @dt as datetime = '1/20/2025'

while DATEPART(dw, @dt) <> 6 BEGIN SET @dt = @dt + 1 END

select @dt

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Adil