Files
doris/docs/en/sql-reference/sql-statements/Data Manipulation
EmmyMiao87 6cbbc36ea1 [Export] Expand function of export stmt (#5445)
1. Support where clause in export stmt which only export selected rows.

The syntax is following:

Export table [table name]
    where [expr]
To xxx
xxxx

It will filter table rows.
Only rows that meet the where condition can be exported.

2. Support utf8 separator

3. Support export to local

The syntax is following:

Export table [table name]
To (file:///xxx/xx/xx)

If user export rows to local, the broker properties is not requried.
User only need to create a local folder to store data, and fill in the path of the folder starting with file://

Change-Id: Ib7e7ece5accb3e359a67310b0bf006d42cd3f6f5
2021-03-11 20:43:32 +08:00
..
2020-10-14 09:27:12 +08:00
2020-10-14 09:27:31 +08:00
2020-10-14 09:27:50 +08:00
2020-10-14 09:27:50 +08:00