Puoi aggiungere più righe a table1 Per esempio. Oppure puoi usare un sacco di unioni:
SELECT * FROM table1
UNION ALL
SELECT * FROM table1
UNION ALL
SELECT * FROM table1
ecc.
Puoi aggiungere più righe a table1 Per esempio. Oppure puoi usare un sacco di unioni:
SELECT * FROM table1
UNION ALL
SELECT * FROM table1
UNION ALL
SELECT * FROM table1
ecc.