按列值查找表名及其列名(数据)

时间:2017-01-13 11:47:13

标签: mysql

是否有可能通过传递一个只有数据的列value(data)来获取表名及其列名。传递一个值来获取表名和列名。

1 个答案:

答案 0 :(得分:0)

  

有可能吗?

是的,当然。您可以使用MySQL的import React, { Component } from 'react'; import renderHTML from 'react-render-html'; class PostArticle extends Component { constructor(props) { super(props); this.state = { text: null } } componentWillMount() { // get the data from the database const post = getMyBlogPostFunction(); // replace getMyBlogPostFunction with own logic to fetch data this.setState({ text: post.content }) } render() { return ( <div className='article-container'> {renderHTML(this.state.text)} </div> ) } } 来检索当前数据库中表和列的名称。

information_schema

您可以使用该结果集编写一个程序,使用php或Java或您喜欢的语言,它将搜索每个表的每一列。

你没有问这是不是一个好主意。但无论如何我会回答。否。