Last active
December 15, 2017 11:38
-
-
Save wescleymatos/020b6d385a9544335e5dc9d007181d8b to your computer and use it in GitHub Desktop.
Buscar por campos em qualquer tabela do banco de dados Oracle
This file contains hidden or 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 * 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