Find String Length / Character Length
Other topicsExample to get length of a character varying field
Example 1, Query: SELECT char_length('ABCDE')
Result:
5
Example 2, Query: SELECT character_length('ABCDE')
Result:
5
Contributors
Topic Id: 9695
Example Ids: 29911
This site is not affiliated with any of the contributors.