Home › Forums › Back End › Combines two or more `SELECT * from` together? › Re: Combines two or more `SELECT * from` together?
October 18, 2011 at 7:17 pm
#89262
Member
Use the UNION SQL Operator to concat your results
http://dev.mysql.com/doc/refman/5.0/en/union.html