From b44f4f8fa972312aa799b0110fa9d9ec0ea37cb7 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Wed, 10 Jul 2024 07:18:44 +0200 Subject: [PATCH] Fixup ULID example --- extensions/ulid/description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ulid/description.yml b/extensions/ulid/description.yml index ea946dd..20785a6 100644 --- a/extensions/ulid/description.yml +++ b/extensions/ulid/description.yml @@ -14,7 +14,7 @@ repo: docs: hello_world: | - SELECT * ulid() as result; + SELECT ulid() as result; extended_description: | This extension adds a new `ULID` data type to DuckDB. A [ULID](https://github.com/ulid/spec) is similar to a UUID except that it also contains a timestamp component, which makes it more suitable for use cases where the order of creation is important.