java.sql.sqlexception: no value specified for parameter 6
时间: 2023-04-23 18:01:32 浏览: 306
java.sql.SQLException: 内部错误: Unable to construct a Datum from the specified input
5星 · 资源好评率100%
这个错误提示是Java中的SQLException异常,意思是在执行SQL语句时,第6个参数没有指定值。可能是因为代码中没有给第6个参数赋值,或者赋值为null。需要检查代码中的SQL语句和参数是否正确。
阅读全文