What is the use of concat function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the use of concat function?

16th May 2018, 4:32 AM
Sanju Jose
Sanju Jose - avatar
2 Answers
+ 1
hi, concat or concatenate is a function used in SQL to combine several expressions together //////////////////////////////////////// example:- /////////////////////////////////////// SELECT CONCAT("SQL ", "Tutorial ", "is ", "fun!") AS ConcatenatedString;
16th May 2018, 4:39 AM
Rajeeb
0
example:- SELECT CONCAT(Address, " ", PostalCode, " ", City) AS Address FROM Customers;
16th May 2018, 4:39 AM
Rajeeb