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, 1410🔥, 0💬
Popular Posts:
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...