ExecuteRemoteQuery($"SELECT a.id_booking, a.check_in, a.check_out, a.qty_room, a.qty_people, a.qty_children, a.tot_pay, b.name_customer, b.phone_customer
FROM hotelguru_bookings a, `hotelguru_customers` b
WHERE
a.id_customer = b.id_customer And
a.id_reg_room = ${variabile}"$,"esegui")