Hi,
I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query?
Thanks
Printable View
Hi,
I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query?
Thanks
SQL?
Code:Select * From myTableName
Thanks. I've solved it.