spectrum42
Programmer
I need to copy a table to a text file with:
1) fields separated with pipes (no problem)
2) no quotes around the fields
An example of the text file I want to generate is:
John Doe|04/30/2001|New York|01234
Mary Smith|04/29/2001|Texas|76543
How can I do this? What do I put in place of the question mark below?
COPY TO file.txt delimited with ? with character '|'