Spaces:
Running
Running
Srihari Thyagarajan
commited on
fix typo
Browse files
duckdb/009_loading_json.py
CHANGED
@@ -35,7 +35,7 @@ def _(mo):
|
|
35 |
|
36 |
- [`FROM`](https://duckdb.org/docs/stable/sql/query_syntax/from.html) statement.
|
37 |
- [`read_json`](https://duckdb.org/docs/stable/data/json/loading_json#the-read_json-function) function.
|
38 |
-
- [`COPY`](https://duckdb.org/docs/stable/sql/statements/copy#copy--from)
|
39 |
- [`IMPORT DATABASE`](https://duckdb.org/docs/stable/sql/statements/export.html) statement.
|
40 |
"""
|
41 |
)
|
|
|
35 |
|
36 |
- [`FROM`](https://duckdb.org/docs/stable/sql/query_syntax/from.html) statement.
|
37 |
- [`read_json`](https://duckdb.org/docs/stable/data/json/loading_json#the-read_json-function) function.
|
38 |
+
- [`COPY`](https://duckdb.org/docs/stable/sql/statements/copy#copy--from) statement.
|
39 |
- [`IMPORT DATABASE`](https://duckdb.org/docs/stable/sql/statements/export.html) statement.
|
40 |
"""
|
41 |
)
|