diff --git a/_includes/landing-page/sql/csv-loader.sql b/_includes/landing-page/sql/csv-loader.sql index 5e551669cf..397ee95e6b 100644 --- a/_includes/landing-page/sql/csv-loader.sql +++ b/_includes/landing-page/sql/csv-loader.sql @@ -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'; diff --git a/index.html b/index.html index f5c8b26a68..ac47161603 100644 --- a/index.html +++ b/index.html @@ -38,8 +38,8 @@

DuckDB is a fast
- - + +
@@ -175,7 +175,7 @@

{{ post.title }}

{% highlight sql %} {% include landing-page/sql/aggregation.sql %} {% endhighlight %} - +
{% highlight sql %} @@ -207,7 +207,7 @@

{{ post.title }}

{% highlight python %} {% include landing-page/python/sql-query.py %} {% endhighlight %} -
+
{% highlight python %}