Concatenation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Concatenation

Why are there 3 commas and a pair of quotation marks?

1st Feb 2017, 8:06 PM
Tyisha Williams
Tyisha Williams - avatar
1 Answer
0
SQL CONCAT function is used to concatenate two strings to form a single string. . SELECT CONCAT('FIRST ', 'SECOND'); Output - FIRST SECOND
3rd Feb 2017, 12:54 PM
Akwin Lopez
Akwin Lopez - avatar