select * from data_dict; create view aaa as select * from thread; select * from aaa; select * from process;