Joining columns and results together is really easy in Oracle or MySQL, in both there is the same function – CONCAT().
However you should be aware that there are differences between the databases on how this function works. In MySQL the CONCAT() function works by joining any number of items specified in the function – I don’t think that there is a limit? But with Oracle it seems that you can only join two strings at a time using this function.




