当前位置:网站首页>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 
边栏推荐
- Squid 代理服务器之 ACL 访问控制
- 同花顺是正规平台吗?同花顺开户安全吗
- 3 years of testing experience. I don't even understand what I really need on my resume. I need 20K to open my mouth?
- 【Proteus仿真】Arduino UNO+数码管显示4x4键盘矩阵按键
- 内网学习笔记(6)
- write a number of lines to a new file in vim
- 中信证券手机开户是靠谱的吗?安全吗
- 罗德与施瓦茨与中关村泛联院合作开展6G技术研究与早期验证
- 当一个接口出现异常时候,你是如何分析异常的?
- Dataease template market officially released
猜你喜欢

Application of TSDB in civil aircraft industry

What are the reasons for the abnormal playback of the online channel of the channel accessed by easycvr national standard protocol?

Experience of epidemic prevention and control, home office and online teaching | community essay solicitation

qt打包exe文件,解决“无法定位程序输入点_ZdaPvj于动态链接库Qt5Cored.dll”

How to monitor the log through the easycvr interface to observe the platform streaming?

Test / development programmers, 30, do you feel confused? And where to go

Of the seven levels of software testers, it is said that only 1% can achieve level 7
![[live review] battle code pioneer phase 7: how third-party application developers contribute to open source](/img/ad/26a302ca724177e37fe123f8b75e4e.png)
[live review] battle code pioneer phase 7: how third-party application developers contribute to open source

Hashcat 的使用

Rod and Schwartz cooperated with ZhongGuanCun pan Lianyuan Institute to carry out 6G technology research and early verification
随机推荐
June 24, 2022: golang multiple choice question, what does the following golang code output? A:1; B:3; C:4; D: Compilation failed. package main import ( “f
Sumati gamefi ecological overview, element design in the magical world
产业互联网的概念里有「互联网」字眼,但却是一个和互联网并不关联的存在
业务与技术双向结合构建银行数据安全管理体系
【STL源码剖析】STL六大组件功能与运用(目录)
write a number of lines to a new file in vim
Pit entry machine learning: I. Introduction
What are the SQL aggregate functions
保险APP适老化服务评测分析2022第06期
Folding screen will become an important weapon for domestic mobile phones to share the apple market
如何通过EasyCVR接口监测日志观察平台拉流情况?
Multimodal emotion recognition_ Research on emotion recognition based on multimodal fusion
Logminer database log mining
你知道你的ABC吗(春季每日一题 1)
Jetson Nano 从入门到实战(案例:Opencv配置、人脸检测、二维码检测)
Intranet learning notes (6)
入职一家新公司,如何快速熟悉代码?
Intranet learning notes (5)
Chinese address and English address
Hashcat 的使用