Hi,
Anyone had success in implementing GUIDs or UUIDs (as per SQL Server and ORacle) within DB2/UDB
ideally new external function may have been implemented...
MS SQL uses newid() Oracle uses SYS_GUID() to return a valid GUID.
GENERATE_UNIQUE is not a GUID - I need a GUID/UUID for cross db brand matching and true universal, instance, machine independent uniqueness;
GENERATE_UNIQUE may not even be unique (within a transaction is not , and identifies the machine partition.)