Learning Oracle
Pages
(Move to ...)
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
‹
›
Home
View web version
No comments:
Post a Comment