I need to search through all the tables, and each field in each table, to find a match with my WHERE clause. Another way to put this would be to say I need to find any records in the entire database that contain the word "dog."
Any idea how to do this without writing a query for each field in each table?
Thanks.
Any idea how to do this without writing a query for each field in each table?
Thanks.