Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sdf.com/llms.txt

Use this file to discover all available pages before exploring further.

objectid

Extracts the TIMESTAMP WITH TIME ZONE from a given ObjectId. Supported Signatures
function objectid() returns objectid
function objectid(varchar) returns objectid
๐Ÿ”— Official Documentation

objectid_timestamp

Extracts the TIMESTAMP WITH TIME ZONE from a given ObjectId. Supported Signatures
function objectid_timestamp(objectid) returns timestamp
๐Ÿ”— Official Documentation

timestamp_objectid

Creates an ObjectId from a TIMESTAMP WITH TIME ZONE. Supported Signatures
function timestamp_objectid(timestamp(0)) returns objectid
๐Ÿ”— Official Documentation