- 博客(1)
- 收藏
- 关注
原创 mysql通过表名查所属库名
select table_schema from information_schema.TABLES where table_name = ‘表名’
2021-11-03 16:44:27
489
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
select table_schema from information_schema.TABLES where table_name = ‘表名’
2021-11-03 16:44:27
489
TA创建的收藏夹 TA关注的收藏夹
TA关注的人