IS_UNIQUE
Tests to see if a value in a data store is unique
Example Usage
UNIQUE_VALUE(Number) // Test if the column "Number" is unique on the current store
Overview
Function signature
IS_UNIQUE(column)
Category
Database
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
column | string | The name of the column which should be tested for uniqueness on the current store |