Hi
I am quite new to this, just wanted to know...
I have a group of tables, and I would like to use a select query(or any way it can be done) to give me a list of the tables which contain a certain value anywhere in the table, or in a specific column within the table.
So, if I have a table for each of 10 people named by the persons name. And in each table is a list of cars that this person owns. How would I ask MySQL which people own a porche?
Thanks
Jonathan