Rather than test.UID.@xxxxxxxxxxx I was hoping for values such as:
With UNIQUE UUID
is that possible?
I was able to do that using:
SELECT cast(''test.''|| uuid_generate_v1() AS varchar(30)) || ''@example.com''
Rather than test.UID.@xxxxxxxxxxx I was hoping for values such as:
With UNIQUE UUID
is that possible?