Select - UUID

Select templates for Universally Unique IDentifier (UUID)  fields, of type uuid.   Click on a template's link to jump to that template's topic.

 

Expression

Select using the given expression.

Null

Select for null values in the source field.

 

  • null - Select records with NULL values.
  • not null - Select records with non-NULL values.

 

Search

Select by comparing the source field value to the given value, which can be values from a field, a specified UUID value (with a starting value of all zeros to show what format to use) or the result of an expression that evaluates to a UUID value.

 

  • equal (=) - Select records with values equal to the given value.
  • not equal (<>) - Select records with values not equal to the given value.

 

Unique

Selects records based on how many times their values occur in a table:

 

  • duplicate - for each duplicate value, selects all such records except one,
  • non-unique - selects records with values that occur more than once,
  • unique - selects records with values that occur only once.

 

See Also

Select - UUID: Expression

 

Select - UUID: Null

 

Select - UUID: Search

 

Select - UUID: Unique

 

Select Reference

 

Select - Expression

 

Select - Binary

 

Select - Boolean

 

Select - Datetime

 

Select - Geometry

 

Select - Numbers

 

Select - Numeric Vectors

 

Select - Text

 

Select - Tiles