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