/
DROP SCHEDULED LOAD
DROP SCHEDULED LOAD
Removes a scheduled load of a specific table, OR removes all the scheduled loads of a specific schema (or of the default schema, if the parameter is empty).
Syntax
DROP SCHEDULED LOAD [schema_name.]table_name; DROP SCHEMA SCHEDULED LOADS [schema_name];
See Also
, multiple selections available,
Related content
CREATE SCHEDULED LOAD
CREATE SCHEDULED LOAD
More like this
DROP TABLE
DROP TABLE
More like this
DROP TABLE
DROP TABLE
More like this
DROP SCHEMA
DROP SCHEMA
More like this
DROP VIEW
DROP VIEW
More like this
DROP VIEW
DROP VIEW
More like this