Collections:
SUBSTR() - Synonym for SUBSTRING()
What's the difference between SUBSTR() and SUBSTRING() functions?
✍: FYIcenter.com
SUBSTR(string) is
a synonym for the SUBSTRING(string) function.
Related MySQL functions:
⇒ SUBSTRING() - Substring at Given Position
⇐ STRCMP() - Comparing Strings
2023-11-13, 1109🔥, 0💬
Popular Posts:
What To Do If the StartDB.bat Failed to Start the XE Instance in Oracle? If StartDB.bat failed to st...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...