Collections:
OCTET_LENGTH() - Synonym for LENGTH()
What's the difference between OCTET_LENGTH() and LENGTH() functions?
✍: FYIcenter.com
OCTET_LENGTH(str) is
a synonym for the LENGTH(str) function.
Related MySQL functions:
⇒ ORD() - Order Value of First Character
⇐ OCT() - Calculate Octal representation
2023-11-18, 1379🔥, 0💬
Popular Posts:
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
What Are Out-of-Range Errors with DATETIME values in SQL Server Transact-SQL? When you enter DATETIM...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...