First page Back Continue Last page Image

Using a Regular Expression REGEXP in a WHERE Statement

This is a sub topic that really needs it’s own class, I cover Regular Expressions in several of my classes (Linux, Javascript, Python, MySQL, Etc)

Using Regular Expressions give you a way to hunt for data (Strings/Numbers/Dates) by their characteristics as opposed to their contents

This Regular Expression is asking: “Is the target data an email address?”