mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-28 18:22:54 +08:00
fix db2 procedure function query
This commit is contained in:
@ -225,7 +225,7 @@ public class ClickHouseMetaData extends DefaultMetaService implements MetaData {
|
||||
table.setSchemaName(schemaName);
|
||||
table.setName(viewName);
|
||||
if (resultSet.next()) {
|
||||
table.setDdl(resultSet.getString(1));
|
||||
table.setDdl(resultSet.getString("create_table_query"));
|
||||
}
|
||||
return table;
|
||||
});
|
||||
|
Reference in New Issue
Block a user