我设法这样解决:
select my_columnfrom my_tablewhere my_column not like '%1%'and my_column not like '%2%'and my_column not like '%3%'and my_column not like '%4%'and my_column not like '%5%'and my_column not like '%6%'and my_column not like '%7%'and my_column not like '%8%'and my_column not like '%9%'and my_column not like '%0%'
脏,但是可以用。;)



