Skip to content

Instantly share code, notes, and snippets.

@joesavak
Created October 27, 2010 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joesavak/649722 to your computer and use it in GitHub Desktop.
Save joesavak/649722 to your computer and use it in GitHub Desktop.
Column names & order
select column_name, column_id
from user_tab_cols
where table_name = '&tableName'
order by 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment