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, 1101🔥, 0💬
Popular Posts:
How REAL and FLOAT Literal Values Are Rounded in SQL Server Transact-SQL? By definition, FLOAT(n) sh...
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...