SELECT A .COLUMN_NAME, B.comments, A .DATA_TYPE || '(' || A .DATA_LENGTH || ')' 类型 FROM user_tab_columns A, user_col_comments B WHERE A .TABLE_NAME = B.table_name AND A .COLUMN_NAME = B.column_name AND A .Table_Name = 'RISK_INFORMATIONBASEM'