Open topic with navigation
The CHAR_LENGTH function returns the length of a string. This is the same as the CHARACTER_LENGTH function.
CHAR_LENGTH(string)
SELECT CHAR_LENGTH(‘TDV’) AS Length;
The above query returns:
Length
-------
3
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.