|
Le Ciel, Clínica Medicina Estética |
|
Las Condes, La Dehesa, Los Domínicos, Vitacura, Providencia, Santiago Centro, Mall Plaza Egaña |
|
|
|
contacto@leciel.cl |
|
www.leciel.cl |
|
|
|
|
|
|
Clinica Medicina Estética Aquamed Chile |
|
Arturo Prat 675, Melipilla |
|
+56 2 2893 0306 Cel: +56 9 7218 9621 |
|
- |
|
- |
|
|
|
|
SELECT t_centros.pk_centro, t_centros.cen_nombre, t_centros.cen_dr, t_centros.cen_dir, t_centros.cen_mail, t_centros.cen_tel,
t_centros.cen_web, t_centros.cen_pais, t_centros.cen_pcia, t_centros.cen_ciudad, MAX(t_cen_x_pag.cxp_fk_pag) AS cxp_fk_pag FROM t_centros
INNER JOIN t_cen_x_pag ON (t_centros.pk_centro = t_cen_x_pag.cxp_fk_cen)
WHERE t_cen_x_pag.cxp_fk_pag IN (1) AND t_centros.cen_pais LIKE 'Chile' AND t_centros.cen_pcia LIKE 'Santiago'
GROUP BY t_centros.pk_centro
ORDER BY t_centros.cen_pais, t_centros.cen_pcia , t_centros.cen_ciudad, t_centros.cen_nombre