...
The TIMESTAMP-TO-DATETIME directive converts a timestamp value values to datetime.
Syntax
Code Block |
---|
timestamp-to-datetime <colname>:column |
Usage Notes
The TIMESTAMP-TO-DATETIME directive converts timestamp values to datetime values .
If the column is null
applying this directive is a no-op.
Examples
timestamp-to-datetime :col1