select * from information_schema.columns 
where table_name='table1'and column_name like'a%'