Skip to content

Commit

Permalink
Merge pull request duckdb#2989 from szarnyasg/nits-20240605d
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
szarnyasg authored Jun 5, 2024
2 parents a2830ae + 8514cb4 commit 74c2f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ To make the `NULL` values visible in the command line output, we set the [`.null
.nullvalue NULL
```

Then, using the [`DESCRIBE` statement](/docs/guides/meta/describe), we can confirm that DuckDB has inferred the column x correctly as `BIGINT`:
Then, using the [`DESCRIBE` statement](/docs/guides/meta/describe), we can confirm that DuckDB has inferred the column correctly as `BIGINT`:

```sql
FROM (DESCRIBE distances)
Expand Down

0 comments on commit 74c2f43

Please sign in to comment.