Tag Archives: concat()
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...
Quite useful, I had the case where I needed to provide a CSV file to an external party from our Oracle 10g database. No problem, there...