filmov
tv
Lesson 17 : String functions in MySQL (Part 1)

Показать описание
This video contains the information about the string functions in mysql. mainly i have discussed about the concatenate function (concat()) and concatenate with seperator (concat_ws()) functions are explained with examples. The basic use of these two functions is to concatenate the two or more strings. you can also concatenate the columns present in the tables. the difference between the concat() and concat_ws() functions are also described.