We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148ba95 commit 343739bCopy full SHA for 343739b
docs/MatrixOne/Develop/export-data/select-into-outfile.md
@@ -94,15 +94,16 @@ sudo docker run --name <name> --privileged -d -p 6001:6001 -v ${local_data_path}
94
95
- Export to file system stage
96
97
+ <!-- validator-ignore -->
98
```sql
99
create stage stage_fs url = 'file:///Users/admin/test';
100
select * from user into outfile 'stage://stage_fs/user.csv';
101
```
102
103
- Export to S3 stage
104
105
106
- -- norun
107
-- Create S3 Stage
108
CREATE STAGE my_s3_stage
109
URL = 's3://bucket/path/'
0 commit comments