Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created February 28, 2020 00:26
Show Gist options
  • Save ecormaksin/0679aae288deeba6108f73f1234a690d to your computer and use it in GitHub Desktop.
Save ecormaksin/0679aae288deeba6108f73f1234a690d to your computer and use it in GitHub Desktop.
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