Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/10/2005, 09:40
SOFIA_ME_GUSTA
 
Fecha de Ingreso: octubre-2005
Mensajes: 365
Antigüedad: 18 años, 7 meses
Puntos: 0
Ajá...

Código PHP:
select i.provider_namei.patienti.payment_type,
DATE_FORMAT(i.date,'%m/%d/%Y') as datei.provider_invoicei.insurer,
i.amount_paidi.md_feesi.totali.created_datei.created_byp.business_addressp.cityp.countryp.phone_number 
from invoice i
providers p WHERE i.id ='5' AND p.company_name = (SELECT provider_name from invoice 
where id 
='5'