DPSDeleteQuery
DPSDeleteQuery
Deletes a user-defined query.
Syntax
DPSDeleteQuery
Comments
DPSDeleteQuery removes the given query from the query system. If the query name contains blanks, it must be in quotation marks.
Example
The following command deletes the query “Past_Due_Inventory.”
DPSDeleteQuery Past_Due_Inventory
The following command shows the same query being deleted, but with blanks instead of underscores in its name.
DPSDeleteQuery “Past Due Inventory”