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
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