Collections:
MySQL Functions on Character String Values
Where to find reference information and tutorials on MySQL database functions on string values? I want to know how to use SUBSTRING(), REPLACE() and other character string related functions.
✍: FYIcenter.com
Here is a collection of reference information and tutorials on MySQL database functions
on string values
compiled by FYIcenter.com DBA team.
ASCII() - ASCII Value of First Character
BIT_LENGTH() - Number of Bits in String
CHAR() - Building String from Byte Values
CHAR_LENGTH() - Number of Characters
CHARACTER_LENGTH() - Synonym for CHAR_LENGTH()
CHARSET() - Detecting Character Set Name
COERCIBILITY() - Character Collation Coercibility
COLLATION() - Detecting Character Collation Name
CONCAT() - Concatenating Strings
CONCAT_WS() - Concatenation with Separator
CONV() - Binary/HEX String and Integer Conversion
FIELD() - Find String in String List
FIND_IN_SET() - Find Substring in List String
FROM_BASE64() - Base64 Decoding
HEX() - Calculate HEX representation
INSERT() - Insert and Replace Substring
LENGTH() - Number of Bytes in String
LOCATE() - Locate Substring Starting at N
LOWER() - Convert String to Lower Case
LTRIM() - Left-Trimming String
MID() - Synonym for SUBSTRING()
OCT() - Calculate Octal representation
OCTET_LENGTH() - Synonym for LENGTH()
ORD() - Order Value of First Character
POSITION() - Synonym for LOCATE()
QUOTE() - MySQL Quoting String
REPLACE() - Replacing Substring
RTRIM() - Right-Trimming String
SPACE() - Repeating Space Character
SUBSTR() - Synonym for SUBSTRING()
SUBSTRING() - Substring at Given Position
SUBSTRING_INDEX() - Substring in Delimited String
UNHEX() - HEX to String Conversion
2023-11-10, 2332🔥, 0💬
Popular Posts:
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
What Happens If the UPDATE Subquery Returns Multiple Rows in SQL Server? If a subquery is used in a ...
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...
How to check if two JSON values have overlaps using the JSON_OVERLAPS() function? JSON_OVERLAPS(json...