DREMOVE (Project Definition)
- Last UpdatedMar 22, 2022
- 1 minute read
Function:
Removes a Database (DB) or DB Set from the current DB Set.
Description:
The DB Set must first be specified using the SET DBSET command.
The administrator can then give the keyword DB, followed by a list of DB names to be removed from the Set, and the keyword DBSET, followed by a list of DB Set names to be removed from the Set. The names have to be elements of the type specified by the last keyword, but the administrator can use both keywords more than once in the same command line.
Note:
DB Sets are deleted using the DELETE command.
Examples:
The following example assumes that both the Team and the DB Set have been set using the SET command.
|
DREM DB /STEELN /STEELS DBSET /ASET DB /PIPEN Removes the DBs /STEELN, /STEELS and /PIPEN, and all the DBs in the DB Set /ASET, from the current DB Set. |
Command Syntax:
|
.----------------<------------+--<---. |
Querying:
Q SET DBSET
Related Commands: