Created
February 28, 2020 00:26
-
-
Save ecormaksin/0679aae288deeba6108f73f1234a690d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select index_name, column_position, table_name, column_name | |
from user_ind_columns | |
order by index_name, column_position | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment