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, 986🔥, 0💬
Popular Posts:
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...