Home » MySQL Subtime() Function

MySQL Subtime() Function

by Online Tutorials Library

MySQL Date/Time Subtime() Function

The subtime() is a MySQL date/time function. It is used to get the time/datetime which is subtracted by certain intervals.

Syntax

Parameter:

Start_value: time/datetime by which interval is to be subtracted.

Time: time in which interval is to be subtracted.

Returns

This function returns the time/datetime which is subtracted by certain intervals.

Example 1

Output:

MySQL Subtime() Function

Example 2

Output:

MySQL Subtime() Function

Next TopicMySQL datetime

You may also like