Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/11/2005, 11:21
SOFIA_ME_GUSTA
 
Fecha de Ingreso: octubre-2005
Mensajes: 365
Antigüedad: 19 años, 5 meses
Puntos: 0
Ya funciona, Aquí las correcciones:

Código PHP:
SELECT Repricing.ConvertedProfessionalCharges as pprofessionalRepricing.ConvertedHospitalCharges as phospital,
Repricing.ConvertedTotalCharges as ptotal,
SUM(ClaimsFollowUp.AmountReceived) as Total_Recibido
FROM Repricing
ClaimsFollowUp WHERE
Repricing
.RepricingID=930  AND ClaimsFollowUp.RepricingID=930 
GROUP BY ConvertedProfessionalCharges
ConvertedHospitalChargesConvertedTotalCharges 

Saludos y Gracias