TO_TIMESTAMP function (extension)
Syntax
TO_TIMESTAMP ( timestamp_lit )
Description
The scalar function TO_TIMESTAMP converts the given timestamp literal to a timestamp value.
Example
SELECT * FROM orders
WHERE order_timestamp > TO_TIMESTAMP('4/18/95 10:41:19')
Notes