T-SQL: LIKE Operator and Wildcard Characters
An interesting issue I came into recently. Suppose you have a search procedure - which consists of some SELECT query which gets a query phrase as a parameter and searches through a table coulumn using LIKE [ ... ]
posted @ 2:37 AM | Your thoughts