Skip to content

Instantly share code, notes, and snippets.

@syntaqx
Created November 8, 2023 20:51
Show Gist options
  • Save syntaqx/241cbb633337cd702ae12f23c583a78f to your computer and use it in GitHub Desktop.
Save syntaqx/241cbb633337cd702ae12f23c583a78f to your computer and use it in GitHub Desktop.

Revisions

  1. syntaqx created this gist Nov 8, 2023.
    5 changes: 5 additions & 0 deletions urn.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    SELECT
    id,
    CONCAT('urn:aptive:customer:', id::text) as urn
    FROM customers
    LIMIT 5000