Skip to main content

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

NameDataTypeList Options                          Description
columnstringThe name of the column which should be tested for uniqueness on the current store