Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The documentation below is generated from the
system.functions system table.ULIDStringToDateTime
Introduced in: v23.3.0 This function extracts the timestamp from a ULID. Syntaxulid— Input ULID.StringorFixedString(26)timezone— Optional. Timezone name for the returned value.String
DateTime64(3)
Examples
Usage example
Query
Response
generateULID
Introduced in: v23.2.0 Generates a Universally Unique Lexicographically Sortable Identifier (ULID). Syntaxx— Optional. An expression resulting in any of the supported data types. The resulting value is discarded, but the expression itself if used for bypassing common subexpression elimination if the function is called multiple times in one query.Any
FixedString(26)
Examples
Usage example
Query
Response
Query
Response