diff --git a/docs/source/user-guide/sql/dml.md b/docs/source/user-guide/sql/dml.md index 46195b92d09f..876abb61ac3b 100644 --- a/docs/source/user-guide/sql/dml.md +++ b/docs/source/user-guide/sql/dml.md @@ -22,7 +22,6 @@ DML stands for "Data Manipulation Lanaguage" and relates to inserting and modifying data in tables. - ## COPY Copies the contents of a table or query to file(s). Supported file @@ -41,7 +40,6 @@ where option can be one of: ROW_GROUP_LIMIT_BYTES integer - Copy the contents of `source_table` to `file_name.json` in JSON format: ```sql @@ -65,7 +63,6 @@ files in the `dir_name` directory: +-------+ ``` - Run the query `SELECT * from source ORDER BY time` and write the results (maintaining the order) to a parquet file named `output.parquet` with a maximum parquet row group size of 10MB: