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, 1566🔥, 0💬
Popular Posts:
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
How to convert a JSON (JavaScript Object Notation) quoted string into a regular character string usi...