- 2
What do we call the function used for concatenation?
What do we call the function used for concatenation? Concat? or concat? ty.
4 Answers
+ 1
Please specify the language and which structure you're talking about - strings, arrays, ....?
Also, when you're confused about method names or even when you want to learn about the methods on a structure in any language, the official documentation never disappoints.
+ 1
Hello,
If you are asking in reference to MySQL, it is the "CONCAT" keyword. This function provides the facility to concatenate two or more character expressions into a single string. The syntax of the function looks as follows:
CONCAT ( string_value1, string_value2 [, string_valueN ] )
The CONCAT function at least requires two parameters and this function can accept a maximum of 254 parameters.
I hope this clarifies your doubts. Have a nice day.
0
i love sololearn and also all the gig programmers ho help me to achieve my goals
0
What do we call the function used for the concatenation.