datetime2timestamp

sql

FUNCTION datetime2timestamp(IN dt DATE, IN tm TIME) RETURNS TIMESTAMP;

Parameters

dt date
tm time

Since version:

5.0

Description

The datetime2timestamp function returns the timestamp according to the specified date and time.

Function value

This function returns the timestamp.


See