`select distinct substring(teerth_name,6,1) from teerth order by substring(teerth_name,6,1) asc,country_master,state_master where teerth.country_code=country_master.country_code and country_master.country='India' and teerth.state_code=state_master.state_code and state_master.state='Rajasthan' and district='Rajasmand'