Skip to content

Instantly share code, notes, and snippets.

@programaker
Created December 14, 2009 13:21
Show Gist options
  • Save programaker/256038 to your computer and use it in GitHub Desktop.
Save programaker/256038 to your computer and use it in GitHub Desktop.
how to get column metadata in oracle
select * from all_tab_columns where table_name = 'TABLE_NAME';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment