Summary for String Functions
Summarize the key insights you’ve explored about string functions in MySQL.
We'll cover the following...
MySQL provides data types for five categories of data: numeric, date and time, string, spatial, and JSON. The comparison operator =
provides equality matching for strings but does not support pattern matching. For that purpose, MySQL provides the LIKE
operator and the STRCMP
function. Both work well for base cases of ...
Access this course and 1400+ top-rated courses and projects.