SQL add time to DateTime in SQL
Đã đăng
3 năm trước
SELECT DATEADD(day, DATEDIFF(day, 0, GETDATE()), '03:30:00'