Collections:
MID() - Synonym for SUBSTRING()
What's the difference between MID() and SUBSTRING() functions?
✍: FYIcenter.com
MID(str, pos, len) is
a synonym for the SUBSTRING(str, pos, len) function.
Related MySQL functions:
⇒ OCT() - Calculate Octal representation
⇐ LTRIM() - Left-Trimming String
2023-11-13, 1215🔥, 0💬
Popular Posts:
What Is an Oracle Instance in Oracle? Every running Oracle database is associated with an Oracle ins...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...