logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mysql怎样查找某个表属于哪个数据库

1.查找某个表属于哪个数据库SELECT table_schema FROM information_schema.TABLES WHERE table_name = '表名字';2.查找某个字段在哪个数据库和表中有使用到:select table_schema,table_name from information_schema.columns where column_name = '字段名字

#数据库开发
sqlYog社区版免费下载地址

地址:https://github.com/webyog/sqlyog-community/wiki/Downloads

#数据库
sqlYog社区版免费下载地址

地址:https://github.com/webyog/sqlyog-community/wiki/Downloads

#数据库
到底了