I am doing a simple sql select statement:
output to custfax.dat without headings
select t_cuno, t_nama, t_tefx from custtable
I need to use this in a subsequent unix script and would like to put a delimiter in between the fields so I can just awk them out.
Is there a way to do this?