当前位置:网站首页>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;
边栏推荐
- PHP uses Alibaba cloud storage
- 包装行业智能供应链S2B2B商城解决方案:开辟电商消费新生态
- [STM32 + esp-12s connect Tencent cloud IOT development platform 1] creation of cloud platform and burning of at firmware
- First week of July
- Fibonacci number of dynamic programming
- Windows set redis to start automatically
- UE4_ Ue5 combined with Logitech handle (F710) use record
- The 19th Zhejiang Provincial College Programming Contest 2022 f.easyfix chairman tree
- Anxinco esp32-a1s development board is adapted to Baidu dueros routine to realize online voice function
- C method question 2
猜你喜欢

LDO voltage stabilizing chip - internal block diagram and selection parameters

SAP HR labor contract information 0016

ASP. Net core middleware request processing pipeline

Description of longitude and latitude PLT file format

2021icpc Shanghai h.life is a game Kruskal reconstruction tree

Design and implementation of spark offline development framework

Extended tree (I) - graphic analysis and C language implementation

Explain

Mysql索引优化实战一
![Given an array, such as [7864, 284, 347, 7732, 8498], now you need to splice the numbers in the array to return the](/img/21/2e99dd6173ab4925ec22290cd4a357.png)
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."
随机推荐
Tree background data storage (using webmethod) [easy to understand]
Entity层、DAO层、Service层、Controller层 先后顺序
ASP. Net core middleware request processing pipeline
MySQL Index Optimization Practice I
Map operation execution process
Fibonacci number of dynamic programming
Class C design questions
PHP uses Alibaba cloud storage
LDO voltage stabilizing chip - internal block diagram and selection parameters
How can we make money by making video clips from our media?
进度播报|广州地铁七号线全线29台盾构机全部完成始发
USB (XVI) 2022-04-28
Right click the idea file to create new. There is no solution to create new servlet
MySQL Index Optimization Practice II
IDEA 2021.3. X cracking
V-for traversal object
SAP HR 劳动合同信息 0016
Ros2 topic (03): the difference between ros1 and ros2 [01]
Windows set redis to start automatically
The for loop realizes 1-100 addition and eliminates the 4-digit tail number