ANR2927E
The SQL data type of expression 'expression' is data type; expecting an interval containing a single date-time field.

Explanation

An SQL expression was expected of data type INTERVAL YEAR, INTERVAL MONTH, INTERVAL DAY, INTERVAL HOUR, INTERVAL MINUTE, or INTERVAL SECOND, all of which contain a single date-time field. Multi-field interval types (for example, INTERVAL DAY TO SECOND) are not allowed.

System action

The SQL query is terminated.

User response

None.