MySQL Date/Time microsecond() FunctionThe microsecond() is a MySQL date/time function. It is used to get the value of microsecond from given datetime or time. SyntaxParameter:Date_value: datetime or time value for getting microsecond. Returns:This function returns the microsecond portion of a date value. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL datetime
|