Cita:
y el problema es que tengo 2 registros pero al seleccionar muestra 4, no se si sera por muchos parentesis....pero me gustaria eliminarlos y dejarlos con INNER JOIN que eh escuchado que sirve bastante para cuando se tienen muchos parentesis, pero no se como se utiliza...uds me podrian ayudar a pasar esa sentencia con los JOIN por fa select distinct res_id,ciu_des,hab_num,tip_des,fec_ing,fec_sal,bol _tot,est_des from
cliente,treserva,thabitacion,ttipo_habitacion,tciu dad,boleta,estado where
((cliente.cli_id = treserva.cli_id)and(treserva.hab_id = thabitacion.hab_id))and
((thabitacion.tip_id =ttipo_habitacion.tip_id )and(thabitacion.ciu_id =tciudad.ciu_id )) and
((CLIENTE.CLI_ID = BOLETA.CLI_ID)and (TRESERVA.EST_ID = ESTADO.EST_ID))and CLIENTE.CLI_ID = 50
order by fec_ing
cliente,treserva,thabitacion,ttipo_habitacion,tciu dad,boleta,estado where
((cliente.cli_id = treserva.cli_id)and(treserva.hab_id = thabitacion.hab_id))and
((thabitacion.tip_id =ttipo_habitacion.tip_id )and(thabitacion.ciu_id =tciudad.ciu_id )) and
((CLIENTE.CLI_ID = BOLETA.CLI_ID)and (TRESERVA.EST_ID = ESTADO.EST_ID))and CLIENTE.CLI_ID = 50
order by fec_ing