79286257

Date: 2024-12-16 22:51:58
Score: 0.5
Natty:
Report link

RANDOM() will generate random floats and multiply it with dates across last 3 years

Fiddle

UPDATE events
SET created_at = created_at - INTERVAL '3 years' * RANDOM(); 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: samhita