Learning MySQL - String Functions

preview_player
Показать описание
This tutorial covers a variety of built-in String functions that come with MySQL.

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

This is a very well-made and informative video. I recently returned from a break in programming and needed to refresh my memory, knowledge, etc. and this did the trick. One thing I really appreciated with he did not use a table with lots of rows rather he kept it show and sweet. Thanks.

davidclark
Автор

Great vids, thank you so much for doing this!

iconofjava
Автор

thank you very much. you are one of the bests.

fatemehzamanipour
Автор

Hi sir
What is the Difference between SQL, SQL server, MYSQL, Oracle, Postgresql etc.?

sujitsingh
Автор

Why should we do that with SQL when we could use any server-side language, such as PHP?

abdomahmoud
Автор

some of these strings are not auto-detected by SQL, for eg, UPPER, LOWER, CONCAT, RPAD. Though the function works correctly. But unlike others, these functions are not autodetected even though we end up typing at least 3 to 4 letter of it

vivekanandareddymaddela