Description
SQL defines standard ways to get number of characters and octets. SQL reference: section 6.28. Example:
vagrant=# select character_length('欲速则不达');
character_length
------------------
5
(1 row)
vagrant=# select octet_length('欲速则不达');
octet_length
--------------
15
(1 row)
Attachments
Attachments
Issue Links
- links to