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