Created
November 8, 2023 20:51
-
-
Save syntaqx/241cbb633337cd702ae12f23c583a78f to your computer and use it in GitHub Desktop.
URNs in Postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
id, | |
CONCAT('urn:aptive:customer:', id::text) as urn | |
FROM customers | |
LIMIT 5000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment