When an UPDATE sql is executed through a JDBC program using the presto-jdbc-0.292.jar where the column values are set using preparedStatement.setString () to null, the sql fails with error.
create a table in clickhouse create a prepared statement from a concatenated insert string containing the table name add multiple values to the prepared statement in a batch use executeLargeBatch ...