How to drop several indexes
916718Feb 10 2012 — edited Feb 13 2012Hi.
Could anybody tell me how can i drop several bad indexes.
There are lots of indexes to columns which have duplicated values. I need to drop these all indexes. but not in manual way like
"
drop index one;
drop index two;
"
Is there some way of inserting a select statement into drop? And how to run it for all tables in schema?