yo,
UND WIE?
INSERT INTO users1 (id, user)
SELECT spalte1, spalte2
FROM (
(SELECT 'werte1' AS Spalte1, 'wert2' AS Spalte2)
UNION
(SELECT 'werte3', 'wert4')
) tab
Ilja
yo,
UND WIE?
INSERT INTO users1 (id, user)
SELECT spalte1, spalte2
FROM (
(SELECT 'werte1' AS Spalte1, 'wert2' AS Spalte2)
UNION
(SELECT 'werte3', 'wert4')
) tab
Ilja