COPY INTO <location>
to have output reflecting the export results
#13164
soyeric128
started this conversation in
Ideas
Replies: 1 comment
-
copy into table and copy into location user care about different. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
COPY INTO <table>
now provides an output containing the import details: https://databend.rs/doc/sql-commands/dml/dml-copy-into-table#outputIt's nice for
COPY INTO <location>
to have a similar output reflecting the export results, which includes the file names and other details like this:Beta Was this translation helpful? Give feedback.
All reactions