Cita:
Iniciado por Ribon Para eso debes utilizar UNION
Saludos.
hago la consulta
(SELECT id,concepto,sum(importe),mes,fecha FROM `20052011` WHERE id LIKE '90' GROUP BY fecha)
UNION
(SELECT id,concepto,sum(importe),mes FROM `20052011` WHERE id LIKE '90')
Pero me da error. Es la misma tabla.
#1222 - The used SELECT statements have a different number of columns