如何查找数据库中 表名 包含字符串

2025-03-12 17:45:02
推荐回答(1个)
回答1:

oracle:
select * from all_objects where object_name like '%YOURSTR%';
注意百分号里面要大写