Account
Categories

MySQL LENGTH()


LENGTH():
This function takes a single string argument and returns the length of the string in bytes.

Syntax:

LENGTH(string)

Example:

SELECT LENGTH('Inputs');

    

Output:

 
    6