Syntax

syntax

ALTER TABLE <table>  DROP FILTER <filter_Name>;
BASH

<table>

The table you want to delete a filter from

<filter_name>

the filter name that has been defined in the table

Output

This SQL command does not return anything.