Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
select h.phone, h.iso_country_code, h.phone_country_code, d.iso_country_code, d.country_dial_code from trx_hotel as h inner join lkp_country_dial_codes as d on h.phone_country_code=d.country_dial_code and h.iso_country_code=d.iso_country_code where h.phone = 'xxxxxxxxxx';