当前位置:网站首页>Access database query all tables SQL
Access database query all tables SQL
2022-07-07 23:37:00 【Rain fish in summer】
access Look up all tables in the database sql
access Look up all tables in the database sql
sql1
SELECT CAST(null AS VARCHAR(50)) AS TABLE_CAT,
CAST(null AS VARCHAR(50)) AS TABLE_SCHEM,
r.TABLE_NAME AS TABLE_NAME,
l.TABLE_TYPE,
l.REMARKS,
l.TYPE_CAT,
l.TYPE_SCHEM,
l.TYPE_NAME,
l.SELF_REFERENCING_COL_NAME,
l.REF_GENERATION,
l.HSQLDB_TYPE,
l.READ_ONLY,
l.COMMIT_ACTION
FROM INFORMATION_SCHEMA.SYSTEM_TABLES l
INNER JOIN UCA_METADATA.TABLES r
ON( l.TABLE_NAME= r.ESCAPED_TABLE_NAME)
WHERE
TABLE_CAT = 'PUBLIC' AND TABLE_SCHEM = 'PUBLIC' AND TABLE_NAME LIKE '%' ESCAPE '\'
sql2
SELECT MSysObjects.Name FROM MsysObjects
WHERE
(Left([Name],1)<>"~")
AND (Left$([Name],4) <> "Msys")
AND (MSysObjects.Type)=1
ORDER BY MSysObjects.Name;
sql3
select * from MSysObjects where type=1 and flags=0
边栏推荐
- SAP HR social work experience 0023
- PHP uses Alibaba cloud storage
- 【7.4】25. K 个一组翻转链表
- KeePass realizes automatic input of web pages
- One week learning summary of STL Standard Template Library
- Deep understanding of MySQL lock and transaction isolation level
- B_QuRT_User_Guide(40)
- Summary of SQL single table query 2020.7.27
- Slam interview summary
- Flash encryption process and implementation of esp32
猜你喜欢
![Ros2 topic (03): the difference between ros1 and ros2 [01]](/img/20/39d47c93400050a7bc8ad7efea51b3.png)
Ros2 topic (03): the difference between ros1 and ros2 [01]

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

Lm12 rolling heikin Ashi double K-line filter

UE4_ Ue5 combined with Logitech handle (F710) use record

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

B / Qurt Utilisateur Guide (36)

Home appliance industry channel business collaboration system solution: help home appliance enterprises quickly realize the Internet of channels

SAP 内存参数调优过程

Flash encryption process and implementation of esp32

C cat and dog
随机推荐
POJ2392 SpaceElevator [DP]
UE4_ Use of ue5 blueprint command node (turn on / off screen response log publish full screen display)
JNI uses asan to check memory leaks
[stm32+esp8266 connect Tencent cloud IOT development platform 2] stm32+esp8266-01s connect Tencent cloud
Digital procurement management system for fresh food industry: help fresh food enterprises solve procurement problems and implement online procurement throughout the process
Summary of SQL single table query 2020.7.27
First week of July
Sequence of entity layer, Dao layer, service layer and controller layer
B_QuRT_User_Guide(37)
B_ QuRT_ User_ Guide(38)
SAP HR social work experience 0023
Stringutils tool class
C # exchange number, judge to pass the exam
Boost regex library source code compilation
Deep understanding of MySQL lock and transaction isolation level
LM12丨Rolling Heikin Ashi二重K线滤波器
Experience sharing of system architecture designers in preparing for the exam: the direction of paper writing
Class C design questions
C cat and dog
C simple question 2