select t.* from sde.table_registry t;
select t.* from sde.column_registry t;
Oracle查询SDE表和字段信息
最新推荐文章于 2025-06-12 15:35:23 发布
select t.* from sde.table_registry t;
select t.* from sde.column_registry t;