Languages
[Edit]
EN

MySQL - CONCAT() function example

0 points
Created by:
Keisha-Acosta
380

In this article, we would like to show you CONCAT() function example in MySQL.

Quick solution:

SELECT CONCAT("expression1", "expression2", "expressionN")
AS 'alias_name';

Practical example

In this example

Query:

SELECT CONCAT("Simon", " ", 'Collins', ' ', '987-654-321')
AS 'phone_contact';

Result:

MySQL - CONCAT() function result in HeidiSQL
MySQL - CONCAT() function result

 

Note:

You can use both single and double quotation marks.

Note:

CONCAT() function can be also used to merge values or search many columns. Go to this article to see more complex examples.

Related posts

Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

MySQL

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join