Commands and Topics for Sets
Sets
CREATE EMPTY SET
({table; }set)
CREATE SET
({table; }set)
CREATE SET FROM ARRAY
(table; recordsArray{; setName})
USE SET
(set)
ADD TO SET
({table; }set)
REMOVE FROM SET
({table; }set)
CLEAR SET
(set)
Is in set
(set)
Boolean
Records in set
(set)
Number
SAVE SET
(set; document)
LOAD SET
({table; }set; document)
DIFFERENCE
(set; subtractSet; resultSet)
INTERSECTION
(set1; set2; resultSet)
UNION
(set1; set2; resultSet)
COPY SET
(srcSet; dstSet)