Concatenation | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
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