我正在尝试从Java调用一个存储过程。然而,我所做的是寻找一个函数。我错过了什么?resultSet.getString(0));
sqlEx.printStackTrace();抛出此异常;
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: FUNCTION test.get_positions does not exis
我正在尝试使用存储过程在mysql中添加一个yyyy-mm-dd格式的日期值。 如果我在mysql中调用存储过程,我可以正确地插入相同的数据。然而,当我试图通过java调用它时,我得到了错误: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an errorin your SQL syntax; check the manual