Click here to Skip to main content
15,885,767 members
Articles / Database Development / SQL Server / SQL Server 2012

Get Ready to Learn SQL: 5. Query Results Using Pattern Matching

4 Mar 2015MIT3 min read 8.2K   5  
In this lesson you are going to explore how to do pattern matching with the SQL Where clause LIKE operator.  Using this phrase allows us perform partial matches of data values and obtain answers to questions which can’t be done with conventional comparisons. The lesson’s objectives are to: lea
This is an old version of the currently published technical blog.

Only logged in members can view this content

Please go to the SQL Server Table of Contents to view the list of available articles in this section.