
TOP Bucuresti
Hotel City Max Bur Dubai
SELECT t1.id_oferta_speciala, t1.pret_oferta, t1.moneda, t1.tip_camera, t1.perioada, t1.plecari, t1.zile_nopti, t2.nume_masa, t3.id_hotel, t3.nume_hotel, t4.nume_categorie_sg, t5.nume_stele, t6.id_oras, t6.nume_oras, t7.oras_destinatie, t7.oras_plecare, t7.tip_transport, t7.tip_categorie FROM oferte_speciale AS t1 JOIN tipuri_masa AS t2 JOIN hoteluri AS t3 JOIN hoteluri_categorii AS t4 JOIN hoteluri_stele AS t5 JOIN orase AS t6 JOIN oferte_categorii AS t7 ON t1.tip_masa=t2.id_masa && t1.id_target=t3.id_hotel && t3.id_categorie=t4.id_categorie && t3.id_stele=t5.id_stele && t6.id_oras=t7.id_oras && t1.id_oferte_categorie=t7.id_oferte_categorie WHERE t1.last_minute = 'da' && t1.tip_oferta='hotel' && t1.status_oferta_speciala='activ' ORDER BY t1.nr_display, t1.pret_oferta
Unknown column 't1.tip_masa' in 'on clause'
