|
 |
ack! query failed: errorno=1064error=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 ''attivo
order by denom' at line 3query=
SELECT b.id_hotel, b.denom, b.categoria, c.denom AS zona, c.pagina
FROM hotels b, zone c
where b.zona+200 = c.id_zona and b.id_hotel<1000 and b.stato='attivo
order by denom |