Check out example codes for "count characters of string mysql". It will help you in understanding the concepts better.
Code Example 1
SELECT
LENGTH(<column_name>) AS length
FROM <table>
WHERE...
Learn ReactJs, React Native from akashmittal.com