当前位置:网站首页>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;
边栏推荐
- C method question 2
- Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
- 648. Word replacement
- One week learning summary of STL Standard Template Library
- 8.31 Tencent interview
- 【7.4】25. Turn over the linked list in groups of K
- Sequence of entity layer, Dao layer, service layer and controller layer
- B_QuRT_User_Guide(36)
- 建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
- Windows set redis to start automatically
猜你喜欢

B_ QuRT_ User_ Guide(37)

Right click the idea file to create new. There is no solution to create new servlet
![[stm32+esp8266 connects to Tencent cloud IOT development platform 3] stm32+esp8266-01s dynamically registers devices on Tencent cloud (at instruction mode) -- with source code](/img/55/ab50ead2564498cb214d98ac5b9c3d.jpg)
[stm32+esp8266 connects to Tencent cloud IOT development platform 3] stm32+esp8266-01s dynamically registers devices on Tencent cloud (at instruction mode) -- with source code

SAP 内存参数调优过程

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

UE4_ Ue5 combined with Logitech handle (F710) use record

Explain

MongoDB快速入门

MySQL Index Optimization Practice I

PCB wiring rules of PCI Express interface
随机推荐
生鲜行业数字化采购管理系统:助力生鲜企业解决采购难题,全程线上化采购执行
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
ESP at installation esp8266 and esp32 versions
做自媒体视频剪辑怎么赚钱呢?
B_QuRT_User_Guide(36)
[stm32+esp8266 connect Tencent cloud IOT development platform 2] stm32+esp8266-01s connect Tencent cloud
Extended tree (I) - graphic analysis and C language implementation
PCB wiring rules of PCI Express interface
Dependency injection
KeePass realizes automatic input of web pages
进度播报|广州地铁七号线全线29台盾构机全部完成始发
谷歌浏览器怎么登录及开启同步功能
Progress broadcast | all 29 shield machines of Guangzhou Metro Line 7 have been launched
MySQL架构
家用电器行业渠道商协同系统解决方案:助力家电企业快速实现渠道互联网化
C cat and dog
B_ QuRT_ User_ Guide(36)
Boost regex library source code compilation
Description of longitude and latitude PLT file format
windows设置redis开启自动启动