ANALYTICS
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
BASH
ALTER TABLE <table> DROP ANALYTICS;
<table>
The table you want to delete the analytics from
Output
This SQL command does not return anything.