james438
05-06-2010, 11:53 PM
(select ID, title from table1 order by ID asc limit 10)
UNION
(select ID, title from table2 order by ID asc limit 10)
Using php or MySQL how can you match the results with the table it was retrieved from?
UNION
(select ID, title from table2 order by ID asc limit 10)
Using php or MySQL how can you match the results with the table it was retrieved from?