select * from phone_numbers_table
where translate(phone_number_column,'a0123456789','a') is not null;