Example to get length of a character varying field

suggest change

Example 1, Query: SELECT char_length('ABCDE')

Result:

5

Example 2, Query: SELECT character_length('ABCDE')

Result:

5

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents