📄 19.txt
字号:
column table_name format a30
column comments format a40 word_wrapped
select table_name, comments
from dict
where table_name like '%VIEWS%'
order by table_name;
select table_name, table_type
from cat
where table_name like 'T%';
select name, type
from user_source;
select *
from user_ts_quotas;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -