I have a table full of data called “MYTABLE” I used SELECT * FROM MYTABLE;
How do I output the results of this table to a .csv file for a Teradata database?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Two possible options using native Teradata utilities:
If you use the Teradata FastExport utility and specify the MLSCRIPT option in the EXPORT command a MultiLoad Script will be generated automatically that can be used to load the data file into Teradata. With a little tweaking you can point it at another system and load the data.
Teradata’s ARC utility can be used to backup the data and then using the COPY facility in ARC put the data on a separate system.