BIP2525
Severity
20 : ErrorMessage
Error casting character string '<insert_0>' to an interval with qualifier <insert_1>.Explanation
The character string had the value '<insert_0>' which was not a valid representation of an interval with qualifier <insert_1>. A character string must have the format 'INTERVAL '' ' or '' for it to be casted to an interval. Valid field values may depend on the qualifier.Response
Ensure the string being cast is formatted correctly. Consult the manual, 'ESQL Reference' for more information concerning field values and qualifiers.