Skip to content

Commit

Permalink
JSON '1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 2, 2024
1 parent 6350737 commit 1a6489e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/lib/duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@ SELECT ST_Area('POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))'::GEOMETRY) as area;

To tell which extensions have been loaded, you can run the following query:

```js
await new Promise((r) => setTimeout(r, 2000));
display(Inputs.table(await sql`FROM duckdb_extensions() WHERE loaded;`));
```sql
FROM duckdb_extensions() WHERE loaded AND JSON '1';
```

```sql run=false
Expand Down

0 comments on commit 1a6489e

Please sign in to comment.