what's the best way to change seconds and set them 00 on my column like
2020-07-01 14:15:23.000
2020-07-01 14:15:00.000
I want to round datetime 2020-07-01 14:15:23.000 to 2020-07-01 14:15:00.000
thank you in Advance, I am new to SQL.
what's the best way to change seconds and set them 00 on my column like
2020-07-01 14:15:23.000
2020-07-01 14:15:00.000
I want to round datetime 2020-07-01 14:15:23.000 to 2020-07-01 14:15:00.000
thank you in Advance, I am new to SQL.