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, 1451🔥, 0💬
Popular Posts:
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...
How to format a number of bytes in a human-readable unit using the FORMAT_BYTES() function? FORMAT_B...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...