Skip to content

Commit 343739b

Browse files
Update select-into-outfile.md
1 parent 148ba95 commit 343739b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/MatrixOne/Develop/export-data/select-into-outfile.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,16 @@ sudo docker run --name <name> --privileged -d -p 6001:6001 -v ${local_data_path}
9494

9595
- Export to file system stage
9696

97+
<!-- validator-ignore -->
9798
```sql
9899
create stage stage_fs url = 'file:///Users/admin/test';
99100
select * from user into outfile 'stage://stage_fs/user.csv';
100101
```
101102

102103
- Export to S3 stage
103104

105+
<!-- validator-ignore -->
104106
```sql
105-
-- norun
106107
-- Create S3 Stage
107108
CREATE STAGE my_s3_stage
108109
URL = 's3://bucket/path/'

0 commit comments

Comments
 (0)