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, 1294🔥, 0💬
Popular Posts:
How To Get Help Information from the Server in MySQL? While you are at the "mysql>" prompt, y...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Round a Numeric Value To a Specific Precision in SQL Server Transact-SQL? Sometimes you need ...