概述
查询mysql中数据库ssh的数据库表名like %user%
select table_name from information_schema.tables where table_schema = ‘ssh’ and table_name like ‘%user%’
ORACLE 查看所有表名:
select table_name from user_tables
ACCESS 查看所有表名:
select name from msysobjects where type=1 and flags=0
最后
以上就是孤独自行车为你收集整理的数据库查询所有表名的全部内容,希望文章能够帮你解决数据库查询所有表名所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复