LENGTH() return length of word.
Syntax
LENGTH(column_name)
Example
SELECT city,LENGTH('city') AS citylength FROM employee
Output
Delhi 5
Lucknow 7
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.