热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_39472101
指尖‖舞者
6 年前
trueweixin_39472101

MySQL 查询一张表的信息:
select * from information_schema.tables where table_schema='oop'and table_name = 'by_specimen';

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
MySQL 查询一个数据库中有多少表 以及表名称:select distinct table_name from information_schema.columns where table_schema = 'oop';
立即登录