0
(SELECT *, 0 AS user FROM table1)
UNION
(SELECT * FROM table2 WHERE unix >= {$threemonths})
ORDER BY unix DESC;
我需要添加:聯合與交叉表where子句
WHERE table2.identifier = table1.identifier
什麼
我想從那裏identifier
在結果中發現從table1
「從table2
table1
只有行獲得所有s identifier
列。