This function concatenates the first and second character value(accept only two parameters).
Syntax: CONCAT(column1,column2)
Example:
Syntax: CONCAT(column1,column2)
Example:
Use of CONCAT Function |
---|
SELECT 'Oracle' AS String1, 'Corporation' AS String2,CONCAT('Oracle', CONCAT(' ', 'Corporation')) AS Concat FROM DUAL; |
No comments:
Post a Comment