5.31.5 DROP
The DROP command is used to remove a data object from the DataSource object.
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
DROP |
OBJECT |
*FIELD |
Mandatory. Data source field. |
*TABLE |
Data source table. |
||
NAME |
value |
Mandatory. The name of the object to be dropped. |
Example
DROP OBJECT (*TABLE) NAME (SKILLS)
DROP OBJECT (*FIELD) NAME (EMPLOYEE_ID) – single data source field name