Skip to content

Instantly share code, notes, and snippets.

@syntaqx
Created November 8, 2023 20:51
Show Gist options
  • Save syntaqx/41c97bba49eb7768b6b3ce0619e40b56 to your computer and use it in GitHub Desktop.
Save syntaqx/41c97bba49eb7768b6b3ce0619e40b56 to your computer and use it in GitHub Desktop.
SELECT
id as id_int,
CONCAT('urn:aptive:customer:', i::text) as id_urn
FROM customers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment