Skip to content

drop_view

The drop_view command stops the continuous maintenance of the epsio view and drops the results table.

Syntax

CALL epsio.drop_view(<view_name>, <keep_results_table (optional)>);
Parameter Information
view_name The name of the view wished to be dropped.
keep_results_table (Optional, default false) Whether to keep the results table upon dropping the view.

Examples

Dropping a view:

CALL epsio.drop_view('countries_population');
CALL epsio.drop_view(<view_name>);
Parameter Information
view_name The name of the view wished to be dropped.

Examples

Dropping a view:

CALL epsio.drop_view('countries_population');