2010-10-04 60 views

回答

1

您可以使用正則表達式匹配,但它不會那麼快:

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