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, 1132🔥, 0💬
Popular Posts:
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How To Calculate Age in Days, Hours and Minutes in SQL Server Transact-SQL? On many Web sites, news ...
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...