2010-10-04 56 views

回答

1

您可以使用正则表达式匹配,但它不会那么快:

select * from table where field ~* 'sometext';