Drop statistics on a column in Teradata
To drop stats on a column in teradata,
Syntax:
DROP STATISTICS ON MyTable COLUMN(col1, col2);
The command only remove stats for that combination columns and all the other stats will remain as is.
nVector
posted on 13 May 18Enjoy great content like this and a lot more !
Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds
Post Comment