当前位置:网站首页>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
边栏推荐
- Open source hardware small project: anxinco esp-c3f control ws2812
- 系统设计概述
- Caip2021 preliminary VP
- 8.31 Tencent interview
- 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."
- 2022 届的应届生都找到工作了吗?做自媒体可以吗?
- USB (XVI) 2022-04-28
- windows设置redis开启自动启动
- v-for遍历对象
- HDU 4747 mex "recommended collection"
猜你喜欢
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
[compilation principle] lexical analysis design and Implementation
Pycharm essential plug-in, change the background (self use, continuous update) | CSDN creation punch in
[STM32 + esp-12s connect Tencent cloud IOT development platform 1] creation of cloud platform and burning of at firmware
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."
SAP HR 劳动合同信息 0016
The efficient s2b2c e-commerce system helps electronic material enterprises improve their adaptability in this way
Ros2 topic (03): the difference between ros1 and ros2 [02]
建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
One week learning summary of STL Standard Template Library
随机推荐
Cloud native data warehouse analyticdb MySQL user manual
2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?
PCB wiring rules of PCI Express interface
Summary of common methods of object class (September 14, 2020)
Design and implementation of spark offline development framework
Navicat connects Oracle
ASP. Net query implementation
Sequence of entity layer, Dao layer, service layer and controller layer
B / Qurt Utilisateur Guide (36)
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
Freelink open source call center design idea
给出一个数组,如 [7864, 284, 347, 7732, 8498],现在需要将数组中的数字拼接起来,返回「最大的可能拼出的数字」
Slam interview summary
Illegal behavior analysis 1
Unity3d Learning Notes 6 - GPU instantiation (1)
UE4_ Ue5 combined with Logitech handle (F710) use record
Solution of intelligent supply chain collaboration platform in electronic equipment industry: solve inefficiency and enable digital upgrading of industry
建筑建材行业SRM供应商云协同管理平台解决方案,实现业务应用可扩展可配置
HDU 4747 mex "recommended collection"
[stm32+esp8266 connect Tencent cloud IOT development platform 2] stm32+esp8266-01s connect Tencent cloud