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, 1641🔥, 0💬
Popular Posts:
How To Start MySQL Server in MySQL? If you want to start the MySQL server, you can run the "mysqld" ...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...