Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
CONCAT « String Functions « MySQL Tutorial
MySQL Tutorial
String Functions
CONCAT
23.8.CONCAT
23.8.1.
CONCAT(str1,str2,...): Concatenate the arguments
23.8.2.
CONCAT() returns NULL if any argument is NULL.
23.8.3.
SELECT CONCAT(14.3);
23.8.4.
Using CONCAT with table column
23.8.5.
Use Concat data from two different columns