News

Why does the order of the SELECT statements in the UNION affect the result?<BR><BR>This first SQL produces the result I want.<BR><BR>SELECT cat_id AS catid, manufacturer AS mfr, model, a_class_id ...