两个表Union 查询后索引是否还有效

2026年09月25日 10:11
有1个网友回答
网友(1):

1、通过PL/SQL可以直接查看某表是否建索引 2、通过SQL查询select status,T.* from user_indexes T where table_name='表名'