⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 19.txt

📁 Oracle database 10g基础教程(第二版) 源码
💻 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 + -