openGauss JDBC PreparedStatement 参数上限问题
一、报错现象当单条预编译 SQL 中的 ? 占位符数量超过驱动上限时,会抛出如下异常:org.opengauss.util.PSQLException: PreparedStatement can have at most 65,535 parameters.
Please consider using arrays, or splitting the query in several ones,…
2026/7/1 1:58:18