ANR2923E
The SQL data type of expression 'expression' is data type; expecting a time, timestamp, character string time, character string timestamp, or interval expression.

Explanation

An SQL expression was expected of one of the types TIME, TIMESTAMP, CHAR, VARCHAR, or INTERVAL as the operand to the EXTRACT function. In the case of CHAR or VARCHAR, the expression must be a valid character string representation of a time or a timestamp.

System action

The SQL query is terminated.

User response

None.