filmov
tv
09 MySQL Tutorial for Beginners: LIKE + REGEXP Operators, Regular Expressions
Показать описание
You use the LIKE operator to retrieve rows that match a string pattern. The Mask for a LIKE phrase can contain special symbols called "wildcards". Masks aren't case-sensitive.
In contrast to the LIKE operator, the REGEXP operator allows you to create complex string patterns known as regular expressions.
The mask for a REGEXP phrase can contain special characters and constructs like:
- the "caret" (^) symbol matches the pattern to the beginning of the value being tested.
- The "dollar sign" ($) symbol matches the pattern to the end of the value being tested.
- The "pipe" (|) symbol separates two string patterns and matches either one.
- "Square brackets" [] are used to specify multiple values.
lf you use the NOT keyword, only those rows with values that don't match the string pattern are included in the result set.
EXERCISES for your SELF-TRAINING:
SCRIPT FOR THE EXAMPLES:
SUBSCRIBE!
FACEBOOK
GOOGLE+
In contrast to the LIKE operator, the REGEXP operator allows you to create complex string patterns known as regular expressions.
The mask for a REGEXP phrase can contain special characters and constructs like:
- the "caret" (^) symbol matches the pattern to the beginning of the value being tested.
- The "dollar sign" ($) symbol matches the pattern to the end of the value being tested.
- The "pipe" (|) symbol separates two string patterns and matches either one.
- "Square brackets" [] are used to specify multiple values.
lf you use the NOT keyword, only those rows with values that don't match the string pattern are included in the result set.
EXERCISES for your SELF-TRAINING:
SCRIPT FOR THE EXAMPLES:
SUBSCRIBE!
GOOGLE+
09 MySQL Tutorial for Beginners: LIKE + REGEXP Operators, Regular Expressions
MySQL - The Basics // Learn SQL in 23 Easy Steps
SQL Tutorial for Beginners [Full Course]
Installing MySQL and Creating Databases | MySQL for Beginners
MySQL Full Course for free 🐬 (2023)
SQL Tutorial - Full Database Course for Beginners
SQL Tutorial for Beginners
MySQL Full Course 2023 | MySQL Tutorial For Beginners | SQL Full Course | SQL Training | Simplilearn
MySQL Functions | MySQL Advanced Functions - MySQL BINARY Function #121 | 205. W3Schools SQL Functon
Learn Basic SQL in 15 Minutes | Business Intelligence For Beginners | SQL Tutorial For Beginners 1/3
MySQL Tutorial for Beginners 9 - MySQL SELECT DISTINCT Statement
MySQL tutorial for beginners (intro + installation) 🐬
MySQL Workbench Tutorial (2022)
SQL Basics for Beginners | Learn SQL | SQL Tutorial for Beginners | Edureka
Learn SQL In 60 Minutes
MySQL Crash Course | Learn SQL
Tutorial 9- MYSQL Stored Procedures -MySQL Complete Playlist
MySQL tutorial 9 - Count, Sum and Average
Tutorial MySQL Database (Bahasa Indonesia)
MySQL: How to create a TABLE
Python MySQL Tutorial - Setup & Basic Queries (w/ MySQL Connector)
Introduction To MySQL | MySQL Workbench Tutorial | MySQL Basics For Beginners | Simplilearn
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
Master The Basics Of MySQL - Learn SQL using MySQL #MySQL #SQL
Комментарии