Created
October 27, 2010 19:05
-
-
Save joesavak/649722 to your computer and use it in GitHub Desktop.
Column names & order
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 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