Replies: 3 comments 4 replies
-
Hi @torchss |
Beta Was this translation helpful? Give feedback.
-
just released DuckDB 1.3 now supports using UUIDv7 which combines a Unix timestamp in milliseconds and random bits, offering both uniqueness and sortability. |
Beta Was this translation helpful? Give feedback.
-
did not put the things together yet, but this may also be of help: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
aGRAPH
, I would like to discover all the objects that have an edgerel
to Vertex of type ObjT2In
aGRAPH
, objecta
can be one of 10 different types, all of which are exposed as a Vertex inaGRAPH
.The query, as is, throws:
Should I have written the query differently (short of explicitly enumerating all the 10 different types)?
Beta Was this translation helpful? Give feedback.
All reactions