Table Values
CNAME
Firstname
Amount
Postalcode
Lastname
Accountnumber
REQUIRED O/P
CNAME
'Firstname'
'Amount'
'Postalcode'
'Lastname'
'Accountnumber'
Table Values
Firstname
Amount
Postalcode
Lastname
Accountnumber
'Firstname'
'Amount'
'Postalcode'
'Lastname'
'Accountnumber'
In
mysql
you can use the functionconcat()
:In
oracle
you can use the same function as aboveconcat()
or theconcatenation operator
: