select field_name from table_name where id=“3”;
this above code show the value for filed_name ,
how can i have backward ?
i mean if i have a value, i want to search this value belongs to what column ?
example
:
what is the column name where id=3 and its value is “aaa” .