Weirfire
Oct 6th 2005, 4:18 am
I have a number of different tables all containing a field called keywords
I want to list all the titles from each table where a certain keyword exists and I was wondering if it is possible to do this in a single query?
Would something like
SELECT title FROM table1, table2, table3 WHERE keywords LIKE '%$keyword%'
work?
I want to list all the titles from each table where a certain keyword exists and I was wondering if it is possible to do this in a single query?
Would something like
SELECT title FROM table1, table2, table3 WHERE keywords LIKE '%$keyword%'
work?