Hi Experts,
I have a requirement where I need to export table using a procedure. Can someone help me out with the SQL Query for exporting tables to local machine?
I have tried :
EXPORT <table_name> AS CSV TO '<path>'
The <path> identifier here holds path in server. I need help in getting this file not in server but to my local machine.
Thanks & Regards
Shreepad Patil