The TIMESTAMP function returns a timestamp from a value or a pair of values.
TIMESTAMP ( expression [, expression ] )
SELECT TIMESTAMP(col2, col3) FROM records_table
VALUES TIMESTAMP('1998-12-25', '17.12.30'); 1 -------------------------- 1998-12-25 17:12:30.0