Home >> SQL >> CONCAT() function in SQL

CONCAT() function in SQL

CONCAT() function is used to concatenate two or more strings to a single string.

Example

SELECT CONCAT(first_name,second_name) FROM employee

Post Your Comment

Next Questions
GROUP_CONCAT() function
CONCAT_WS() function
CHECKSUM_AGG() aggregate function
ABS(n) aggregate function
POWER(m,n) aggregate function
ROUND() aggregate function
SQRT() aggregate function
LEAST() aggregate function
EXP() aggregate function
EXTRACT() aggregate function
MOD() aggregate function
TRUNC() aggregate function
FLOOR() aggregate function
CEIL() aggregate function
FIRST() aggregate function
LAST() aggregate function
MID() aggregate function
LEN() aggregate function
NOW() aggregate function
FORMAT() aggregate function
COUNT() aggregate function
LOWER() aggregate function
UPPER() aggregate function
INITCAP() aggregate function
SUBSTR() aggregate function

Copyright ©2022 coderraj.com. All Rights Reserved.