--查询该表字段的注释
select * from user_col_comments where Table_Name like '%SMS%'

--查询类似表
select * from user_tables where table_name like '%SMS%'

相关文章: