Skip to content

Commit

Permalink
[Docs] Add doc for partital columns to copy_to_table (#10033)
Browse files Browse the repository at this point in the history
Co-authored-by: xuyu <[email protected]>
  • Loading branch information
xuzifu666 and xuyu authored Nov 10, 2023
1 parent 3d4c9b2 commit aa44504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,8 @@ copy table to a new table.
| end_instance_time | String | N | "" | End instance time |
| as_of_instant | String | N | "" | As of instant time |
| save_mode | String | N | "overwrite" | Save mode |
| columns | String | N | "" | Columns of source table which should copy to new table |


**Output**

Expand Down

0 comments on commit aa44504

Please sign in to comment.