• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2select * from data_dict;
3
4create
5view
6aaa
7as
8select
9*
10from
11 thread;
12select
13*
14from
15aaa;
16
17select
18*
19from
20process;