MySQL Error:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `fk_int_moneda` = "3" Group By pk_aut_room' at line 15
ERROR EN SQL:
SELECT distinct `pk_aut_room` , `tbl_room`.`fk_int_hotel` , `tbl_detalle_tipo_room`.`txt_nombre`
, `fk_int_moneda` , `flt_precio` , `tbl_detalle_caracteristicas_room`.txt_caracteristicas
FROM `tbl_room` , `tbl_tipo_room` , `tbl_detalle_tipo_room` , `tbl_detalle_precio_room`
, `tbl_detalle_caracteristicas_room`
WHERE
`fk_int_tipo_room` = `pk_aut_tipo_room`
AND `tbl_detalle_precio_room`.`fk_int_room` = `pk_aut_room`
AND `pk_aut_tipo_room` = `tbl_detalle_tipo_room`.`fk_int_room`
AND `tbl_detalle_tipo_room`.`fk_int_idioma` ="1"
AND `tbl_detalle_tipo_room`.`fk_int_idioma` =`tbl_detalle_caracteristicas_room`.`fk_int_idioma`
AND `tbl_detalle_caracteristicas_room`.fk_int_room = `tbl_room`.`pk_aut_room`
AND `tbl_room`.fk_int_hotel =
AND `fk_int_moneda` = "3" Group By pk_aut_room