pero dentro de esta hay muchas tablas relacionas
lo intentado pero sin exito
Código HTML:
Select Partid.Despar,Gasto.Canti,sum(Gasto.Canti) as total from Partid,Gasto,Mespre,Presup,Poa,Concep,Capitu Where Gasto.Par_Id=Partid.Id_Par and Partid.Con_Id=Concep.Id_Con and Concep.Cap_Id=Capitu.Id_Cap and Gasto.Mes_Id=Mespre.Id_Mes and Mespre.Año=Presup.IdAño and Mespre.Id_Poa=Presup.Poa_id and Presup.Poa_id=Poa.Id_poa and Mespre.Años=2009 and Mespre.Id_Poa=10 GROUP by Partid.Despar order by Partid.Despar;