I am “exploring” one of the Database I got (MySQL) in order to retrieve some specific data.
I would like to know if anyone of you got a way to “search” for a value.
Usually you search by the name of the column, but I don’t have any idea of what it could be (except that’s “ID” should be in there). I would like to type the value of the ID I got (like 123456789) and get the table / column name where it’s been stored.
have you already facing something like that ? It would helps me a lot