filmov
tv
Working with Strings in MySQL (four functions)

Показать описание
Watch Ben cover 4 string functions in MySQL, including CONCAT, SUBSTRING_INDEX, LOCATE, and SOUNDEX.
The CONCAT function allows you to concatenate strings together! This is nothing new for an experienced programmer, but this function can come in handy in many scenarios in MySQL.
SUBSTRING_INDEX can be used to grab substrings based on the number of occurrences of a token. This is useful when doing processing with things like, paths, URLs, or CSV data.
LOCATE allows you to locate the index of one string within another! This can help as a way to put additional sorting or constraints on searches.
Finally, the SOUNDEX function produces strings representing the sound of a work in spoken English. It's a bit of a niche function, but there are a few contexts where knowing this may be useful!
💬 Follow PlanetScale on social media
The CONCAT function allows you to concatenate strings together! This is nothing new for an experienced programmer, but this function can come in handy in many scenarios in MySQL.
SUBSTRING_INDEX can be used to grab substrings based on the number of occurrences of a token. This is useful when doing processing with things like, paths, URLs, or CSV data.
LOCATE allows you to locate the index of one string within another! This can help as a way to put additional sorting or constraints on searches.
Finally, the SOUNDEX function produces strings representing the sound of a work in spoken English. It's a bit of a niche function, but there are a few contexts where knowing this may be useful!
💬 Follow PlanetScale on social media
String Functions in MySQL | Intermediate MySQL Series
Working with Strings in MySQL (four functions)
Advanced SQL Tutorial | String Functions + Use Cases
35. String Functions in MySQL | Introduction to MySQL
MySql 31 | Working With Common MySQL String Functions
PHP and MySQL Tutorial | Working With Strings
How to Weigh Strings in MySQL Server?
How to Concatenate Strings in MySQL with CONCAT
Learning MySQL - String Functions
MySQL : Equivalent of explode() to work with strings in MySQL
MySQL String Functions
String functions in mysql database | mysql workbench sql functions practical | SQL functions
Lesson 17 : String functions in MySQL (Part 1)
MySQL - The Basics // Learn SQL in 23 Easy Steps
MySql 36 | String concatenation in MySQL
16. MySQL Advanced(4): Working with Math and Strings Part 1
Essential String Functions in SQL | MySql Tutorial | SQLYog
NULL Synonyms in MySQL Server
How to Use STRCMP to Compare 2 Strings in MySQL
String functions in mysql
Video - 27 | MySQL String Functions - LEFT, RIGHT, TRIM, INSERT, REPEAT| MPrashant
11 - PHP with MYSQL tutorial - beginner series - String Functions
How to remove a Substring a String in MySQL
MYSQL Console Tutorial #13 Using the CONCAT function in MYSQL
Комментарии