insert ok, alter table update can't take the default database,
found that in file "ClickHouseStatementImpl" method "getInputStream":
boolean ignoreDatabase = parsedStmt.isRecognized() && !parsedStmt.isDML();
ALTER TABLE UPDATE is Recognized to DDL, is there any option to change this logic