concat() Archive

  • Joining columns/ concatenate strings in Oracle PLSQL/ MySQL

    Joining columns/ concatenate strings in Oracle PLSQL/ MySQL

    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...

    Project info

  • Spool a CSV file from Oracle/ SQL*Plus without quotes

    Spool a CSV file from Oracle/ SQL*Plus without quotes

    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 are loads of CSV export tools out there. But it then transpired that the CSV’s that I was generating...

    Project info