Skip to content

Commit

Permalink
Landing page: Simplify query names
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 12, 2024
1 parent 71edd77 commit 0beda40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/landing-page/sql/csv-loader.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Load CSV file, auto-detecting column name and types
CREATE TABLE stations AS
FROM 's3://duckdb-blobs/stations.csv';
FROM 's3://duckdb-blobs/stations.csv';
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h1>DuckDB is a fast <br/><div class="type" data-strings="in-process|analytical|
<select id="example-select">
<option value="sql-aggregation-query">Aggregation query</option>
<option value="sql-join-query">Join query</option>
<option value="sql-csv-reader">Read CSV files</option>
<option value="sql-parquet-reading-s3">Read Parquet files from S3</option>
<option value="sql-csv-reader">Read remote CSV files</option>
<option value="sql-parquet-reading-s3">Read remote Parquet files</option>
<option value="sql-spatial-extension">Spatial extension</option>
</select>
</div>
Expand Down

0 comments on commit 0beda40

Please sign in to comment.