Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Combines two or more `SELECT * from` together? Re: Combines two or more `SELECT * from` together?

#89262
darkelda
Member

Use the UNION SQL Operator to concat your results
http://dev.mysql.com/doc/refman/5.0/en/union.html