In Spring Boot (language used is Java), I have written like this to call procedure from PostgreSQL.
String sqlQuery = "{CALL SP_GENERATE_OTP(?,?,?,?,?)}";
Is this correct way to call procedure? Please help me to solve this error.
In Spring Boot (language used is Java), I have written like this to call procedure from PostgreSQL.
String sqlQuery = "{CALL SP_GENERATE_OTP(?,?,?,?,?)}";
Is this correct way to call procedure? Please help me to solve this error.