Skip to content

Commit

Permalink
Update dml-copy-into-table.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soyeric128 committed Jan 3, 2023
1 parent 3e29eba commit 3552ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/doc/14-sql-commands/10-dml/dml-copy-into-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ copyOptions ::=
| FORCE | Defaults to `False` meaning the command will skip duplicate files in the stage when copying data. If `True`, duplicate files will not be skipped. | Optional |
| ON_ERROR | Provides options to handle a file containing errors. Select `continue` to skip the file and continue, or `abort` (default) to abort the load operation. | Optional |

:::note
The parameter ON_ERROR currently does not work for parquet files.
:::

## Examples

### Loading Data from an Internal Stage
Expand Down

0 comments on commit 3552ca7

Please sign in to comment.