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, 1073🔥, 0💬
Popular Posts:
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...