Posts
Sort by recent activity
escape character
I am trying to search for text that actually contains a % character in TSQL code.
For example, I have a product named 'ProductName' and SQL code that looks for it by this query:
WHERE product LIKE ...