SELECT AB.type, AB.content
FROM AB;
union SELECT c.type, c.content
FROM c;
union SELECT d.type, d.content
FROM d;
UNION SELECT e.type, e.content
FROM e;
以下是引用fengrh在2006-11-21 17:43:00的发言:
SELECT AB.type, AB.content
FROM AB;
union SELECT c.type, c.content
FROM c;
union SELECT d.type, d.content
FROM d;
UNION SELECT e.type, e.content
FROM e;