Question Arthur K · Jun 5, 2022 How to query and update column DESCRIPTION field by JDBC Hi , When I use jdbc driver to query the column info ,the "REMARKS" field always show the same as the "COLUMN_NAME" field. When I use the sql "select * from INFORMATION_SCHEMA.columns a where a.table_name='some table name ' " to query columns info,there has a "DESCRIPTION" field ,the value is some comment for the current field. So is there anyway to return the description to the jdbc remarks field? And is there anyway to update the desciption or remarks field? Or is there some other way that I don't know to manage column comment info? #JDBC #SQL #Caché 0 1 0 353