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

MySQL - Selezione di dati da più tabelle, tutte con la stessa struttura ma dati diversi

Penso che tu stia cercando UNION clausola, alla

(SELECT * from us_music where `genre` = 'punk')
UNION
(SELECT * from de_music where `genre` = 'punk')