I have a VoltDB stored procedure that takes a string array String[]
and it's loaded successfully but I cannot seem to execute the stored procedure using the VoltDB SQL query interface with exec.
Cannot also execute it in sqlcmd interface.
I get this error:
Error: PrepareStatement error: Invalid parameter count for procedure "StoredProcedure" (received: 3, expected: 2, )
How can I construct the exec statement to retrieve the result of the stored procedure from VoltDB?