BIP3203
Severity
30 : Severe errorMessage
'<insert_0>' is not a valid FORMAT expression for converting expression '<insert_1>' to type '<insert_2>'. Parsing failed at '<insert_3>'.Explanation
The FORMAT expression contains an unrecognised character for the given conversion. This can occur if a FORMAT expression for a numerical conversion is used to convert to or from a DATE, TIME, TIMESTAMP, GMTTIME or GMTTIMESTAMP expression. It can also occur if an invalid character has not been quoted.Response
Either replace the FORMAT expression with one of applicable type or remove the offending character.