Hi All,
I have a stored procedure which returns over 500,000 rows, and I want to have a "|" as a field separator.
Do I have to use the OUTPUT syntax, or can I use some dbisql option to do this?
If so, example please? I am using dbisql -nogui.
I really don't want to select the results of the proc into a temp table, and then use OUTPUT. Seems inefficient to me.
Thanks,