Contents Index IMAGE data type [BINARY] VARBINARY data type [BINARY]

ASA SQL Reference
  SQL Data Types
    Binary data types

UNIQUEIDENTIFIER data type [Binary]


Function 

Storage of UUID (also known as GUID) values.

Syntax 

UNIQUEIDENTIFIER

Usage 

The UNIQUEIDENTIFIER data type is binary(16), and stores UUID (Universally Unique Identifier) or GUID (Globally Unique Identifier) values.

UUIDs and GUIDs can be used to uniquely identify rows in a table. The values are generated such that a value produced on one computer will not match a UUID or GUID produced on another computer. They can be used as keys in a replication environment.

Standards and compatibility 
See also 

The NEWID default

NEWID function [Miscellaneous]

UUIDTOSTR function [STRING]

STRTOUUID function [STRING]


Contents Index IMAGE data type [BINARY] VARBINARY data type [BINARY]