Delimiter beim Unload setzen

UNLOAD TO /tmp/excel_tabelle.csv DELIMITER ";"
SELECT * FROM db_tabelle;

EOF