当前位置:网站首页>Oracle和mysql批量查询用户下所有表名和表名注释
Oracle和mysql批量查询用户下所有表名和表名注释
2022-04-23 06:04:00 【旺财2】
Oracle下查询:
SELECT table_name 表名,table_comment 表说明 FROM information_schema.TABLES WHERE
table_schema = '用户名'
ORDER BY table_name desc
MySQL下查询:
select table_name,comments from user_tab_comments order by table_name desc
版权声明
本文为[旺财2]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wdyliuxingfeiyang/article/details/123690818
边栏推荐
- 基于ECS搭建云上博客(云小宝码上送祝福,免费抽iphone13任务详解)
- 【MySQL基础篇】启动选项、系统变量、状态变量
- MySQL server standalone deployment manual
- EMR Based offline data analysis - polite feedback
- [step by step, even thousands of miles] MySQL reports a large number of unauthenticated user connection errors
- ORACLE环境遇到的ORA-600 [qkacon:FJswrwo]
- Alertmanager重复/缺失告警现象探究及两个关键参数group_wait和group_interval的释义
- 异常记录-7
- Use the SED command to process text efficiently
- JS function package foreach use return can not jump out of the outer function
猜你喜欢
你应该知道的 JVM 基础知识
冬季实战营 动手实战-初识上云基础,动手实操ECS云服务器新手上路 领鼠标 云小宝 背包 无影
Implementation of multi tenant read and write in Prometheus cortex
Virtio and Vhost_ Net introduction
基于ECS搭建云上博客(云小宝码上送祝福,免费抽iphone13任务详解)
Prometheus Cortex使用Block存储时的相关问题
Web登录小案例(含验证码登录)
Introduction to RDMA network
Build a cloud blog based on ECS (send blessings on the cloud Xiaobao code and draw iphone13 for free)
OSS云存储管理实践(体验有礼)
随机推荐
Prometheus cortex Architecture Overview (horizontally scalable, highly available, multi tenant, long-term storage)
Winter combat camp hands-on combat - cloud essential environment preparation, hands-on practical operation, quickly build lamp environment, lead mouse cloud Xiaobao backpack without shadow
异常记录-5
BCC installation and basic tool instructions
ES入门学习笔记
重启Oracle监听器会中断已有连接吗
冬季实战营 动手实战-初识上云基础,动手实操ECS云服务器新手上路 领鼠标 云小宝 背包 无影
用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
JS format current time and date calculation
Chaos带你快速上手混沌工程
RAC环境集群组件gipc无法正确识别心跳网络状态问题分析
使用prom-label-proxy实现Prometheus Thanos的基于标签的多租户读
Build a cloud blog based on ECS (polite experience)
Error alarm of Postgres master-slave replication delay monitoring
Construire un blog Cloud basé sur ECS (bénédiction sur le Code Cloud Xiaobao, explication détaillée de la tâche iphone13 gratuite)
Prometheus Thanos快速指南
Introduction to common APIs for EBFP programming
Virtio and Vhost_ Net introduction
Prometheus的relabel_configs和metric_relabel_configs解释及用法示例
ACFS文件系统创建扩大缩小等配置步骤