sql="select DISTINCT(state_code),descr as state from state where count_code = 'IND' and state_code like 'IND%' and state_code is not null order by state";
sql="select DISTINCT(state_code),descr as state from state where count_code = 'IND' and state_code is not null order by state";