Select - Binary

Select templates for variable length binary fields, of type varbinary.   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 testing the number of bytes in the binary data value in the source field compared to the given value or values,  which can be values from a field, a specified value, or the result of an expression that evaluates to a numeric value.

 

  • between - Select records with the number of bytes in the binary value between the At least and At most values, inclusive.
  • equal (=) - Select records with the number of bytes in the binary value equal to the given value.
  • greater (>) - Select records with the number of bytes in the binary value greater than the given value.
  • greater or equal (>=) - Select records with the number of bytes in the binary value greater than or equal to the given value.
  • less (<) - Select records with the number of bytes in the binary value less than the given value.
  • less or equal (<=) - Select records with the number of bytes in the binary value less than or equal to the given value.
  • not equal (<>) - Select records with the number of bytes in the binary value not equal to the given value.

 

If we would like to select records that are NOT variations of the above, for example not between, select on the basis of one of the above and press Ctrl-I or Edit - Select Inverse to invert the selection.   Selecting using between and then pressing Ctrl-I is the equivalent of "not between" the given values.

 

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 - Binary: Expression

 

Select - Binary: Null

 

Select - Binary: Search

 

Select - Binary: Unique

 

Select Reference

 

Select - Expression

 

Select - Boolean

 

Select - Datetime

 

Select - Geometry

 

Select - Numbers

 

Select - Numeric Vectors

 

Select - Text

 

Select - Tiles

 

Select - UUID