Skip to content

Instantly share code, notes, and snippets.

@wescleymatos
Last active December 15, 2017 11:38
Show Gist options
  • Save wescleymatos/020b6d385a9544335e5dc9d007181d8b to your computer and use it in GitHub Desktop.
Save wescleymatos/020b6d385a9544335e5dc9d007181d8b to your computer and use it in GitHub Desktop.
Buscar por campos em qualquer tabela do banco de dados Oracle
SELECT * FROM all_tab_columns WHERE upper(column_name) LIKE '%IDRELATORIO%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment