Find column that contains a given value in MySQL

Posted by shuby_rocks on Stack Overflow See other posts from Stack Overflow or by shuby_rocks
Published on 2010-05-30T23:51:10Z Indexed on 2010/05/31 0:02 UTC
Read the original article Hit count: 129

Filed under:
|

Hello all

I have a table in a MySQL database. I am given a value that occurs as a cell value in that table but I do not know which cell is it i.e. the row and column of that cell. What is the most efficient way to find the column to which that value belongs? Thanks in advance.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about cell