Searching multiple tables
Hello all.
what is the quickest sql statement for mySQL to search about 12 tables at once for a model number field and description field? Do I need to use "UNION ALL" and actually type out all 12 tables, or is there a statement I am missing that will simple go and search all the tables in the database?
Thanks much in advance!
|