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, 1102🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...
Where to find answers to frequently asked questions on Storage Engines: MyISAM, InnoDB and BDB in My...