The MICROSECOND() function returns the microseconds from "Date and Time" in the range of 0-999999.
The "Date and Time" argument must be of type DATE, DATETIME or TIME.
With arguments of type DATE, the function always returns 0.
If the "Date and Time" value is invalid or NULL, the MICROSECOND() function returns NULL. |