当前位置:网站首页>Processon producer process (customized)
Processon producer process (customized)
2022-06-25 02:16:00 【Eistert】
1 Find out the column names of related tables 、 notes 、 data type
1.1 SQL1
SELECT
a.OWNER Pattern ,
a.TABLE_NAME Table name ,
a.COLUMN_NAME Name ,
a.DATA_TYPE data type ,
a.DATA_LENGTH length ,
a.NULLABLE Non empty ,
--(CASE WHEN a.NULLABLE = 'N' THEN 'Y' ELSE 'N' END) Non empty ,
b.COMMENTS notes
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 = ' Database name /schema name '
AND
a.TABLE_NAME = ' Table name '
1.2 SQL2
SELECT
-- a.TABLE_NAME Table name ,
a.COLUMN_NAME Name ,
b.COMMENTS notes ,
a.DATA_TYPE data type
-- a.DATA_LENGTH length ,
-- a.NULLABLE Non empty ,
--(CASE WHEN a.NULLABLE = 'N' THEN 'Y' ELSE 'N' END) Non empty ,
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 = ' Table name '
ORDER BY a.COLUMN_ID



2 Will this TXT Copy the document to processon in , Copy as many tables as you have .
The effect is as follows 
边栏推荐
- 指南针靠谱吗?开证券账户安全吗?
- 常用的软件测试工具清单,请查收。
- Folding screen will become an important weapon for domestic mobile phones to share the apple market
- Android Internet of things application development (smart Park) - set sensor threshold dialog interface
- How to monitor the log through the easycvr interface to observe the platform streaming?
- DataEase模板市场正式发布
- Chrysanthemum chain (winter vacation daily question 39)
- 入职一家新公司,如何快速熟悉代码?
- 文件系统 -- 磁盘基础知识和FAT32文件系统详细介绍
- Redis 那些事
猜你喜欢

软件测试人员的7个等级,据说只有1%的人能做到级别7

Please run IDA with elevated permissons for local debugging.

【Proteus仿真】Arduino UNO+数码管显示4x4键盘矩阵按键

Are programmers from Huawei, Alibaba and other large manufacturers really easy to find?

Application of TSDB in civil aircraft industry

入坑机器学习:一,绪论

折叠屏将成国产手机分食苹果市场的重要武器

探索C语言程序奥秘——C语言程序编译与预处理

【STL源码剖析】STL六大组件功能与运用(目录)

如何通过EasyCVR接口监测日志观察平台拉流情况?
随机推荐
内网学习笔记(5)
元宇宙的生态圈
Chrysanthemum chain (winter vacation daily question 39)
EasyCVR平台EHOME协议接入,视频播放出现断流是什么原因?
What is the reason for the disconnection of video playback due to the EHOME protocol access of easycvr platform?
How to monitor the log through the easycvr interface to observe the platform streaming?
Integration of metersphere open source continuous testing platform and Alibaba cloud cloud cloud efficient Devops
Squid 代理服务器之 ACL 访问控制
【STL源码剖析】配置器(待补充)
It's 2022, and you still don't know what performance testing is?
Can automate - 10k, can automate - 20K, do you understand automated testing?
Are programmers from Huawei, Alibaba and other large manufacturers really easy to find?
Explanation of FTP protocol
Application of TSDB in civil aircraft industry
MOS管相关知识
当一个接口出现异常时候,你是如何分析异常的?
云原生数据库VS传统数据库
探索C语言程序奥秘——C语言程序编译与预处理
指南针靠谱吗?开证券账户安全吗?
Computing service network: a systematic revolution of multi integration