How to concatenate two strings in Oracle

In oracle the CONCAT function allows you to concatenate two strings together. The syntax for the CONCAT function is: CONCAT(CHAR1,CHAR2)
For Example
SELECT CONCAT('SHAHEER','BADAR') "RESULT" FROM DUAL;



Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad