BIP2463
Severity
20 : ErrorMessage
Error casting the character string '<insert_0>' to an interval.Explanation
A character string must have the format 'INTERVAL '' ' or '' for it to be cast to an interval. Valid field values depend on the qualifier. For example, for a DAY TO SECOND interval the format is '[] ::'. Note that all except the first field are required to have two digits. Seconds however may also have a fractional part.Response
Ensure the string being cast is formatted correctly. Consult the the documentation for more information concerning field values and qualifiers.