Introduction to SQL: 6.Using Wildcard Filtering

This post is heavily based on Sams Teach Yourself SQL in 10 Minutes (Fourth Edition). Please consider to buy the book if you find this post useful.

Using the LIKE Operator


The Percent Sign (%) Wildcard


The Underscore (_) Wildcard


The Brackets ([]) Wildcard


Tips for Using Wildcards

Related

Next
Previous