SyntaxFix
Write A Post
Hire A Developer
Questions
I had this problem, and turns out the problem was that I had used
new SimpleJdbcCall(jdbcTemplate) .withProcedureName("foo")
instead of
new SimpleJdbcCall(jdbcTemplate) .withFunctionName("foo")