Answers for "T-SQL and the WHERE LIKE %Parameter% clause"

SQL
0

T-SQL and the WHERE LIKE %Parameter% clause

...
WHERE LastName LIKE '%' + @LastName + '%';
Posted by: Guest on March-11-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language