×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: SQL
Posted by: Maria Dan
Added: Feb 23, 2021 4:17 PM
Views: 4764
Tags: no tags
  1. CREATE INDEX name ON TABLE (COLUMN);
  2.  
  3. DROP INDEX name;
  4.  
  5. REINDEX INDEX index_name;