Skip to content

Commit 3ab59ce

Browse files
authored
fix_remove_duplicate.md
1 parent 7d9ab1d commit 3ab59ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workspace/sql-editor/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ You can add multiple code blocks using the **+ New Query** button below the exis
135135
### Export Query result
136136

137137
To download your query results as a CSV-formatted file, select Export Query result and choose your preffered format:
138-
CSV — Standard comma-separated values
139-
CSV (gzip) — Compressed CSV for large exports
138+
* CSV — Standard comma-separated values
139+
* CSV (gzip) — Compressed CSV for large exports
140140

141-
**Download limit:** Exported files are limited to **100 MB**. If your query result exceeds this size, consider adding a `LIMIT` clause to reduce the row count, filtering the data before export, or using Keboola Storage to access the full dataset. Or use Keboola Storage to access the full dataset.
141+
**Download limit:** Exported files are limited to **100 MB**. If your query result exceeds this size, consider adding a `LIMIT` clause to reduce the row count, filtering the data before export, or using Keboola Storage to access the full dataset.
142142

143143
### Viewing Query Details
144144

0 commit comments

Comments
 (0)