请问mysql中如何返回一个数据库中以特定字段开头的表名
2个回答
展开全部
select ts.TABLE_SCHEMA,ts.table_name,cs.column_name from information_schema.`COLUMNS` cs ,information_schema.`TABLES` ts where
ts.TABLE_SCHEMA='你的数据库名字' and cs.TABLE_SCHEMA=ts.TABLE_SCHEMA and cs.column_name like '%字段%'
ts.TABLE_SCHEMA='你的数据库名字' and cs.TABLE_SCHEMA=ts.TABLE_SCHEMA and cs.column_name like '%字段%'
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |