当前位置:网站首页>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中,有多少张表就复制多少次。
效果如下
边栏推荐
- Is GF futures safe? What do I need to open an account?
- 华泰证券如何开户能做到万分之一?证券开户安全可靠吗
- Hashcat 的使用
- Notes on BGP part of CCNP
- MeterSphere開源持續測試平臺與阿裏雲雲效DevOps的集成
- Unity C # e-learning (VI) -- FTP (II)
- Four characteristics of actual attack and defense drill
- AssertionError: CUDA unavailable, invalid device 0 requested
- 创新药二级市场审饼疲劳:三期临床成功、产品获批也不管用了
- Explanation of FTP protocol
猜你喜欢
入坑机器学习:一,绪论
jwt
Fatigue liée à l'examen du marché secondaire des médicaments innovants: succès clinique de la phase III et approbation du produit
如何通过EasyCVR接口监测日志观察平台拉流情况?
3年测试经验,连简历上真正需要什么都没搞明白,张口就要20k?
Integration of metersphere open source continuous testing platform and Alibaba cloud cloud cloud efficient Devops
左手梦想 右手责任 广汽本田不光关注销量 还有儿童安全
Redis 那些事
Ps5 connected to oppo K9 TV does not support 2160p/4k
Please run IDA with elevated permissons for local debugging.
随机推荐
leetcode:2104. Subarray range and
beescms网站渗透测试和修复意见「建议收藏」
Application of TSDB in civil aircraft industry
疫情防控,居家办公,网上授课之心得 | 社区征文
股票开账户如何优惠开户?手机开户是安全么?
元宇宙的生态圈
Redis 那些事
How to choose a regular and safe foreign exchange trading platform?
Explanation of FTP protocol
Use of hashcat
linux上查看mysql的密码_Linux下MySQL忘记密码「建议收藏」
Intégration de la plate - forme de test continu open source de metersphere avec Alibaba Cloud Effect devops
罗德与施瓦茨与中关村泛联院合作开展6G技术研究与早期验证
創新藥二級市場審餅疲勞:三期臨床成功、產品獲批也不管用了
数据库系统概论必背知识
Four characteristics of actual attack and defense drill
Is GF futures safe? What do I need to open an account?
Viewing MySQL password on Linux_ MySQL forgets password "suggestions collection" under Linux
菊花链(寒假每日一题 39)
LogMiner 数据库日志挖掘