10
Sto utilizzando UNION
per ottenere tutti i nomi in tabelle diverse.
le mie tabelle hanno circa 10000 righe tutte insieme.
ma la query restituisce 468 righe !!
La mia domanda è:mysql Il risultato UNION ha meno righe della somma dei conteggi delle righe della tabella
SELECT name FROM `shopping`
UNION
SELECT name FROM stores
UNION
SELECT name FROM concert
UNION
SELECT val AS name FROM event
UNION
SELECT name FROM fastfood
Dov'è il problema?
Non lo sapevo. Mi hai salvato la giornata! – aksu