I am working on a MySQL based project, in which I have 57 tables in my database. I need to find table/tables and field from database on basis of stored data.
I want to describe my problem here.
Let I have data "value1" in a field in one of 57 tables of my database, I just know there is data "value1" somewhere in my database, now on basis of "value1" I want to find out
1) Which table "value1" exist. 2) For which field this data is been stored.
I am hopeful you got things I am looking for. Thanks in advance :)