select * from table_1 where substring(列名,1,1) in ('a','b','c','d','e'.......'z')and substring(列名,2,2) in ('a','b','c','d','e'.......'z').........and substring(列名,n,n) in ('a','b','c','d','e'.......'z')