Advantage Concepts
Advantage Expression Engine function that converts a timestamp value to a date value.
TSTOD(<TimeStamp>) -> dDate
<TimeStamp> |
The timestamp value to convert. |
TSTOD() returns the date portion of a timestamp value. The function returns a NULL value if the given parameter is NULL.
Note Advantage Expression Engine functions can be used in expressions such as record filter expressions and index expressions. They are not necessarily scalars supported within SQL statements. For a list of supported SQL scalar functions, see Supported Scalar Functions.