Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 350b2a0

Browse files
updated readme
1 parent c714ed6 commit 350b2a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Compared to SQLite, DuckDB is much faster. E.g. I imported 16M rows from a CSV f
99

1010
DuckDB can import CSV files with automatic format detection and automatic table creation using:
1111

12-
CREATE TABLE test1 AS SELECT * FROM read_csv_auto('test1.csv');
13-
CREATE TABLE test2 AS SELECT * FROM read_csv_auto('test2.csv.gz');
12+
CREATE TABLE test1 AS SELECT * FROM read_csv_auto('test1.csv');
13+
CREATE TABLE test2 AS SELECT * FROM read_csv_auto('test2.csv.gz');
1414

1515
Usage:
1616

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /