Hi Everyone,

I have a search string consisting of a number of characters on the right, a number of characters on the left and the character sequence _T_ in the middle.
Normally this would then be a search string such as:

'%_T_%'

How do I negate the single placeholder '_' on both sides of the T so that it is recognised as an actual underscore?

Thanks
Peer