ANR2928E
A number can not be converted to SQL data type INTERVAL if the interval contains multiple date-time fields.

Explanation

An attempt was made to convert a number to the data type INTERVAL, but the target interval contains multiple date-time fields (for example, INTERVAL DAY TO SECOND). Only the single-field interval types INTERVAL YEAR, INTERVAL MONTH, INTERVAL DAY, INTERVAL HOUR, INTERVAL MINUTE, or INTERVAL SECOND can be specified.

System action

The SQL query is terminated.

User response

None.