有两个表A,B, 每个表里都有 上传时间 字段 uptime
A表中的字段:aid area_ch area_en key_ch key_spell key_en key_rel_ch key_rel_en author_ch author_en uptime title_pic
B表表中的字段: cid area_ch area_en key_ch key_spell key_en key_rel_ch key_rel_en author_ch author_en uptime title_pic
现在要把这两个表的内容混合显示出来,并且按时间排序,该怎么办,用数组怎么实现 我们的mysql版本3.23.56 不能使用 union