File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
cn/sql-reference/00-sql-reference/31-system-tables
en/sql-reference/00-sql-reference/31-system-tables Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,16 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
88
99包含 COPY 历史的相关信息。
1010
11+ ## Syntax
12+
13+ ``` sql
14+ SELECT * FROM copy_history(' <table_name>' );
15+ ```
16+
17+ - ` table_name ` : 表名。
18+
1119``` sql
12- select * from copy_history(' abc ' );
20+ select * from copy_history(' my_table ' );
1321
1422╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
1523│ file_name │ content_length │ last_modified │ etag │
Original file line number Diff line number Diff line change @@ -8,8 +8,16 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
88
99Contains information about copy history.
1010
11+ ## Syntax
12+
13+ ``` sql
14+ SELECT * FROM copy_history(' <table_name>' );
15+ ```
16+
17+ - ` table_name ` : The table name.
18+
1119``` sql
12- select * from copy_history(' abc ' );
20+ select * from copy_history(' my_table ' );
1321
1422╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
1523│ file_name │ content_length │ last_modified │ etag │
You can’t perform that action at this time.
0 commit comments