Tag: What is the use of Len function in SQL?

Use of LEN Function in SQL

Use of LEN Function in SQL: (1) “LEN” function is used to calculate the length of the string. (2) Let’s take an example to calculate the length of “The Universe” as shown. (3) Select the database in the SQL server and click on the “New Query” button as shown. (4) After that new query editor opens …