Hi everybody,
I have recently started to use "aqua data studio" but when I'm trying to run a query like below and unload the table to a file then it gives me an error which I really don't know how to fix it.
Code:
set isolation to dirty read;
unload to C:\scripts\xxxx.txt
select count(hawb_num), hawb_num from image_ref
group by hawb_num
I have also tried "" and '' as well.
Please let me know if you have any idea!
