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, 1378🔥, 0💬
Popular Posts:
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
How To Concatenate Two Character Strings Together in SQL Server Transact-SQL? Concatenating two char...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
How to download and install SQL Server 2005 Sample Scripts in SQL Server? If you want to learn from ...