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