Output with delimiter
I have below query which is taking long time to run cos of huge data.So I want to run this in server to print the output to a temporary variable by seperating the columns using delimiter,so that i can export it later to excel.Can anyone pls help me with the script
select invoice_id,
invoice_num,
vendor_id,
invoice_amount,
source,
voucher_num
from ap_invoices_all