| FROM classname |
Optional If specified, the FROM classname clause
deletes the query from the given classname. If the FROM clause
is not specified, Caché searches all classes of the schema for the
query, and deletes it. However, if no query of this name is found, or more
than one query of this name is found, an error code is returned. If the deletion
of the query results in an empty class, DROP QUERY deletes
the class as well. |