`select distinct substring(teerth_name,6,1) from teerth order by substring(teerth_name,6,1) asc,country_master,state_master,tirthankars 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='Jaipur' and teerth.tirthankar_id=tirthankars.tirthankar_id and tirthankars.tirthankar_name='Padmabrabha'