Hello,

I have a sql query that is selecting several columns from a table and it is contained in a file. I'm running the sql file from the command line (UNIX) and printing it to a .txt file. I'm trying to return results without any space in between each columns. Any ideas how to do this?

My command looks likes this:
db2 -x -tf SQLWUERY.sql > SQLOUTPUT.txt