BIP2503
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Illegal arguments (values '<insert_2>', '<insert_3>') to function POSITION.Explanation
The arguments for the POSITION function must both be character strings, byte strings or bit strings. The function was called with the arguments '<insert_2>', '<insert_3>'.Response
Ensure that the arguments passed to POSITION are of an appropriate and consistent data type.