What is the use of concat function? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is the use of concat function?

16th May 2018, 4:32 AM
Sanju Jose
Sanju Jose - avatar
2 Antworten
+ 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