SQL Tutorial - Filter with regular expressions

preview_player
Показать описание
Learn about the SIMILAR TO operator and using regular expressions. Explore more SQL courses and advance your skills on LinkedIn Learning:

This is an excerpt from "Intermediate SQL for Data Scientists," a course on LinkedIn Learning taught by Dan Sullivan. Dan is an enterprise architect specializing in data architecture, analytics, data mining, statistics, data modeling, big data, and cloud computing.

Intermediate SQL for Data Scientists

#SQL
#HowTo
#LinkedIn
Рекомендации по теме
Комментарии
Автор

You left out the most dangerous thing when using an OR clause: put the condition in brackets immediately, or…
an AND is added later, along with the bugs it brings.
Thanks man, keep ‘em coming.

TheRealBalloonHead