Could not execute SELECT id from Hotel where id_city=NOT! AND name="principi di piemonte".
Error: 1064 :: 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 'NOT! AND name="principi di piemonte"' at line 1Could not execute SELECT * from Hotel WHERE id=.
Error: 1064 :: 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 '' at line 1Could not execute SELECT ES as name from City INNER JOIN Hotel ON Hotel.id_city=City.id WHERE Hotel.id=.
Error: 1064 :: 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 '' at line 1
, , Italia Precios %$# - Comparior.es
Could not execute Select en ,it,es,fr,de from City where id=NOT!.
Error: 1064 :: 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 'NOT!' at line 1Could not execute Select country_id from City where id=NOT!.
Error: 1064 :: 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 'NOT!' at line 1
Could not execute SELECT H.stars as rating,
H.id as id,
H.id_city as id_city,
H.address as address,
H.name as name,
H.animals as animals,
H.disabled as disabled,
H.wireless as wireless,
H.internet_pc as internet_pc,
H.parking as parking,
H.restaurant as restaurant,
H.shuttle as shuttle,
H.final_review as final_review,
H.longitude as lng,
H.latitude as lat,
H.dist_center as dist_center,
H.gallery as gal,
C.longitude as c_lon,
C.latitude as c_lat,
D.es as descr,
C.es as city_name
FROM Hotel H
INNER JOIN City AS C ON H.id_city = C.id
LEFT JOIN Hotel_description AS D ON H.id = D.hotel_id
WHERE H.id=.
Error: 1064 :: 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 '' at line 25