When i am trying to execute the multipleStatements in Mariadb like this
db.Connection.query("CALL tep_procedure_out(?,@out_value);Select @out_value",["rahul"],
I set {multipleStatements: true} in my connection even though i am getting Error.
{ Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Select @out_value' at line 1 code: 1064 }