• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2select * from data_dict;
3
4create
5view
6aaa
7as
8select
9*
10from
11 thread;
12
13
14
15
16select
17*
18from
19aaa;
20
21
22select
23*
24from
25process;
26
27
28
29
30
31