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, 1192🔥, 0💬
Popular Posts:
How to download and install SQL Server 2005 Sample Scripts in SQL Server? If you want to learn from ...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...