Mysql
 sql >> Database >  >> RDS >> Mysql

deve essere possibile in mysql ripetere lo stesso risultato

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.