Guid


Overview
Generates a GUID (globally unique identifier).

Prototype
String Guid()

Example
SELECT TOP 10
    GUID()
FROM
	WordList:Word

See also

Related