j
k
j a
j l
How can I copy data between a file and a table
In postgres I did that :
COPY tablex FROM '/tmp/filex.csv';
but in postmodern i don't know.
I try
(query :copy 'tablex :from "/tmp/filex.csv")
Attachments:
Back to the thread
Back to the list