Example
Subtract 5.000001 seconds and return the datetime:
SELECT SUBTIME("2017-06-15 10:24:21.000004", "5.000001");
Definition and Usage
The SUBTIME() function subtracts time from a time/datetime expression and then returns the new time/datetime.
Syntax
SUBTIME(datetime, time_interval)