sql getdate minus 1 day without time

Solutions on MaxInterview for sql getdate minus 1 day without time by the best coders in the world

showing results for - "sql getdate minus 1 day without time"
Laura
10 Feb 2019
1DATEADD(DAY, -30, GETDATE())
2