Not that i know of.
But there are several alternatives:
select * from my table
where filed like '%papper%'
or filed like '%pen%'
or using a split function to get the 'papper' and 'pen' as separate rows and use a join on that table.
Lutz
A pessimist is an optimist with experience. How to get fast answers to your question[/url]
How to post performance related questions[/url]
Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]