Name of the hash index to be dropped.
- database_name
- user_name
- Name of the containing database or user for hash_index_name if different from the current database.
Example: Dropping a Hash Index
This request drops the definition for the hash index named OrdHIdx_1 from the data dictionary.
DROP HASH INDEX OrdHIdx_1;