Hello NG, Is there an equivalent in postgres for the newid() function like in sqlserver? I need to generate a unique identifier in my select statement:
SELECT "X", newid(), "Y" FROM "MyTable" X newid() Y ------------------------------------------------------------------------------------------------------------ 1 139A7882-CF95-7C44-AC64-DF4D18614CAD test 2 D4CD37FE-4BD6-954B-B188-0D5BE0BDCF0E test2 ... I've searched in the groups already, but couldn't find any helpful information - only to use a sequence, which returns just a number and not a unique identifier. Thanks in advance Marcel ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly