Learning Oracle
Pages
Home
About US
Disclaimer
Privacy Policy
Contact US
Saturday, June 27, 2020
How to search a particular query in oracle ?
How to search a particular query in oracle ?
select table_name from dict where table_name like '%LINK%';
select table_name from dict where table_name like '%DIRECTORY%';
select table_name from dict where table_name like '%AUDIT%';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment