天天看点

查看索引信息

1. 查看特定表上的索引信息。

SELECT * FROM user_indexes WHERE table_name='USERS';

2. 查看特定列上的索引信息。

SELECT * FROM user_ind_columns WHERE table_name='USER';