SyntaxFix
Write A Post
Hire A Developer
Questions
If you are Working On Oracle Then:
Oracle
SELECT column1 || column2 AS column3 FROM table;
OR
If You Are Working On MySql Then:
SELECT Concat(column1 ,column2) AS column3 FROM table;