Drop a materialized view
Use the DROP command to drop a materialized view.
Prerequisites
Drop the cycling.cyclist_by_age materialized view.
DROP MATERIALIZED VIEW IF EXISTS cycling.cyclist_by_age;
See also:
Use the DROP command to drop a materialized view.
Drop the cycling.cyclist_by_age materialized view.
DROP MATERIALIZED VIEW IF EXISTS cycling.cyclist_by_age;
See also: