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, 1349🔥, 0💬
Popular Posts:
Collections: Interview Questions MySQL Tutorials MySQL Functions Oracle Tutorials SQL Server Tutoria...
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...