Skip to content

Instantly share code, notes, and snippets.

@davidwaterston
Created September 20, 2012 11:37
Show Gist options
  • Save davidwaterston/3755412 to your computer and use it in GitHub Desktop.
Save davidwaterston/3755412 to your computer and use it in GitHub Desktop.
Oracle: Check if a table exists
select table_name
from user_tables
where table_name = '__TABLE_NAME__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment