Postgres uuid

From UVOO Tech Wiki
Revision as of 14:37, 2 April 2023 by Busk (talk | contribs)
Jump to navigation Jump to search
select gen_random_uuid ();

select replace((select gen_random_uuid()::TEXT), '-', '') ;