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, 1259🔥, 0💬
Popular Posts:
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How To Generate CREATE TABLE Script on an Existing Table in SQL Server? If you want to know how an e...
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...