Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 23, 2023
1 parent 4744b5a commit a2d9b73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/source/user-guide/sql/dml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,7 +40,6 @@ where <i><b>option</i></b> can be one of:
ROW_GROUP_LIMIT_BYTES <i><b>integer</i></b>
</pre>


Copy the contents of `source_table` to `file_name.json` in JSON format:

```sql
Expand All @@ -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:
Expand Down

0 comments on commit a2d9b73

Please sign in to comment.