当前位置:网站首页>ProcessOn制作ER过程(自定义)
ProcessOn制作ER过程(自定义)
2022-06-24 22:42:00 【Eistert】
1 查出相关表的列名、注释、数据类型
1.1 SQL1
SELECT
a.OWNER 模式,
a.TABLE_NAME 表名,
a.COLUMN_NAME 列名,
a.DATA_TYPE 数据类型,
a.DATA_LENGTH 长度,
a.NULLABLE 非空,
--(CASE WHEN a.NULLABLE = 'N' THEN 'Y' ELSE 'N' END) 非空,
b.COMMENTS 注释
FROM
ALL_TAB_COLUMNS a
LEFT JOIN ALL_COL_COMMENTS b ON
a.OWNER = b.OWNER
AND a.TABLE_NAME = b.TABLE_NAME
AND a.COLUMN_NAME = b.COLUMN_NAME
WHERE
a.OWNER = '数据库名/schema名'
AND
a.TABLE_NAME = '表名'
1.2 SQL2
SELECT
-- a.TABLE_NAME 表名,
a.COLUMN_NAME 列名,
b.COMMENTS 注释,
a.DATA_TYPE 数据类型
-- a.DATA_LENGTH 长度,
-- a.NULLABLE 非空,
--(CASE WHEN a.NULLABLE = 'N' THEN 'Y' ELSE 'N' END) 非空,
FROM
user_tab_columns a
LEFT JOIN USER_COL_COMMENTS b ON a.TABLE_NAME = b.TABLE_NAME
AND a.COLUMN_NAME = b.COLUMN_NAME
WHERE
a.TABLE_NAME = '表名'
ORDER BY a.COLUMN_ID



2 将这TXT文档复制到processon中,有多少张表就复制多少次。
效果如下
边栏推荐
- 2个NPN三极管组成的恒流电路
- Fatigue liée à l'examen du marché secondaire des médicaments innovants: succès clinique de la phase III et approbation du produit
- 门店无线音箱造假?索尼回应:产品预留了有线连接接口 复杂场景下可以使用
- FTP协议讲解
- What is the reason for the disconnection of video playback due to the EHOME protocol access of easycvr platform?
- 云原生数据库VS传统数据库
- 转行软件测试2年了,给还在犹豫的女生一点建议
- What are the SQL aggregate functions
- 同花顺是正规平台吗?同花顺开户安全吗
- Is the compass reliable? Is it safe to open a securities account?
猜你喜欢

非凸联合创始人李佐凡:将量化作为自己的终身事业

TSDB在民机行业中的应用

Application session coverage solutions with different ports on the same server

Intranet learning notes (7)

What is the reason for the disconnection of video playback due to the EHOME protocol access of easycvr platform?

Fatigue liée à l'examen du marché secondaire des médicaments innovants: succès clinique de la phase III et approbation du produit

Intégration de la plate - forme de test continu open source de metersphere avec Alibaba Cloud Effect devops

Redis 那些事

Constant current circuit composed of 2 NPN triodes

MeterSphere開源持續測試平臺與阿裏雲雲效DevOps的集成
随机推荐
AssertionError: CUDA unavailable, invalid device 0 requested
Please run IDA with elevated permissons for local debugging.
Experience of epidemic prevention and control, home office and online teaching | community essay solicitation
MCN机构遍地开花:博主和作者要谨慎签约、行业水很深
2个NPN三极管组成的恒流电路
Sumati GameFi生态纵览,神奇世界中的元素设计
Is GF futures safe? What do I need to open an account?
【Proteus仿真】Arduino UNO+继电器控制照明设备
Which account is safer and better for access letter
Unity C # e-learning (VI) -- FTP (I)
How do the TMUX color palette work?
转行软件测试2年了,给还在犹豫的女生一点建议
都2022年了,你还不了解什么是性能测试?
内网学习笔记(5)
当人们用互联网式的思维和视角来看待产业互联网的时候,其实已陷入到了死胡同
Notes on BGP part of CCNP
Basic use of transformers Library
‘distutils‘ has no attribute ‘version
[mobile terminal] design size of mobile phone interface
Intranet learning notes (6)