4D v14.3CREATE EMPTY SET |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
CREATE EMPTY SET
|
CREATE EMPTY SET ( {aTable ;} set ) | ||||||||
Parameter | Type | Description | ||||||
aTable | Table |
![]() |
Table for which to create an empty set, or Default table, if omitted | |||||
set | String |
![]() |
Name of the new empty set | |||||
CREATE EMPTY SET creates a new empty set, set, for aTable. You can add records to this set with the ADD TO SET command. If a set with the same name already exists, the existing set is cleared by the new set.
Note: You do not need to use CREATE EMPTY SET before using CREATE SET.
Please refer to the examples of the Sets section.
Product: 4D
Theme: Sets
Number:
140
Created: < 4D v6
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)