当前位置:网站首页>Possible SQL for Oracle table lookup information
Possible SQL for Oracle table lookup information
2022-07-07 23:37:00 【Rain fish in summer】
oracle Information related to table lookup may be used sql
oracle Information related to table lookup may be used sql
sql
select COLUMN_NAME,DATA_TYPE,DATA_LENGTH
from dba_tab_columns
where table_name =upper(' Your watch ')
order by COLUMN_NAME
select table_name,column_name,comments
from user_col_comments
where table_name=' Your watch ';
select * from user_tab_comments where table_name=' Your watch '
select table_name,column_name from user_tab_columns
where column_name like '% Fields to look up %';
select * from tabs;
select * from user_tables;
边栏推荐
- Deep understanding of MySQL lock and transaction isolation level
- The for loop realizes 1-100 addition and eliminates the 4-digit tail number
- v-for遍历对象
- Solution of intelligent supply chain collaboration platform in electronic equipment industry: solve inefficiency and enable digital upgrading of industry
- Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
- 【7.5】15. 三数之和
- UE4_ Ue5 combined with Logitech handle (F710) use record
- Vulnerability recurrence ----- 49. Apache airflow authentication bypass (cve-2020-17526)
- B_ QuRT_ User_ Guide(38)
- sql 数据库执行问题
猜你喜欢

2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?

家用电器行业渠道商协同系统解决方案:助力家电企业快速实现渠道互联网化
![MATLAB signal processing [Q & A essays · 2]](/img/be/0baa92767c3abbda9b0bff47cb3a75.png)
MATLAB signal processing [Q & A essays · 2]

B / Qurt Utilisateur Guide (36)

SAP HR 家庭成员信息

What if once again forgets the login password of raspberry pie? And you don't have a monitor yet! Today, I would like to introduce a method

B_QuRT_User_Guide(36)

MySQL Index Optimization Practice II

JS get the key and value of the object

SAP memory parameter tuning process
随机推荐
POJ2392 SpaceElevator [DP]
SAP HR 社会工作经历 0023
2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?
SAP 内存参数调优过程
Design and implementation of spark offline development framework
B_ QuRT_ User_ Guide(36)
C number of words, plus ¥, longest word, average value
Given an array, such as [7864, 284, 347, 7732, 8498], now you need to splice the numbers in the array to return the "largest possible number."
Map operation execution process
Three questions TDM
How to change the formula picture in the paper directly into the formula in word
Mobile heterogeneous computing technology - GPU OpenCL programming (basic)
Markdown
【7.4】25. K 个一组翻转链表
SAP HR奖罚信息导出
Description of longitude and latitude PLT file format
USB (XVII) 2022-04-15
UE4_ Ue5 combined with Logitech handle (F710) use record
2022 Season 6 perfect children's model Shaanxi finals came to a successful conclusion
高效的S2B2C电商系统,是这样帮助电子材料企业提升应变能力的