The goal is to be able to clean up analytics resources for a table. This include saved execution plans, saved samplings, and smart metrics window

Syntax

syntax

ALTER TABLE <table> DROP ANALYTICS;
BASH

<table>

The table you want to delete the analytics from

Output

This SQL command does not return anything.