Advertisement
Guest User

Untitled

a guest
May 20th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. select table_name, comments
  2.    2 from   dict
  3.    3 where table_name like 'DBA%SCHEDULER%'
  4.    4 order by table_name;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement