INSERT INTO tabel_ny (SELECT * FROM tabel_1) UNION (SELECT * FROM tabel_2) UNION (SELECT * FROM tabel_3) UNION (SELECT * FROM tabel_4) UNION (SELECT * FROM tabel_5)
Jeg er ikke sikker på om der eventuelt skal nogle parenteser omkring.
INSERT INTO tabel_ny SELECT * FROM ( (SELECT * FROM tabel_1) UNION (SELECT * FROM tabel_2) UNION (SELECT * FROM tabel_3) UNION (SELECT * FROM tabel_4) UNION (SELECT * FROM tabel_5) )
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.