查找带有CLOB字段的以HEHE开头的所有表select t.column_name ,DATA_TYPE,TABLE_NAMEfrom user_tab_columns twhere t.TABLE_NAME like 'HEHE%'AND DATA_TYPE='CLOB'