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, 1888🔥, 0💬
Popular Posts:
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...
What is dba.FYIcenter.com Website about? dba.FYIcenter.com is a Website for DBAs (database administr...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...