BIP2415
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : A correlation name must be specified.Explanation
The UPDATE and DELETE statements and also the SELECT function when applied to a database require a correlation name to be defined. This name represents a variable which holds each row involved in the operation in turn. Correlation names may be explicitly defined by an AS clause or may be implictly defined by a hardcoded table name. It is an error to use a table name expression and not specify a correlation name explicitly.Response
Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow.