Pattern Matching and Regular Expressions in SQL

InstructorTyler Clark

Share this video with your friends

Send Tweet

Most programming languages have some sort of pattern matching and/or regular expressions. SQL is no different! In this lesson we are going to work with like, ilike, similar to, and POSIX to filter out our data. We'll talk about the characters that can be used within our patterns, such as %, _, |, *, +, ?, and ()