Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:sql:statements:drop_index:home [2010/05/21 15:41]
tdo
dev:sql:statements:drop_index:home [2016/06/28 22:38]
Line 1: Line 1:
-{{page>:​top_add&​nofooter&​noeditbtn}} 
-<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ 
-====== Omnidex SQL: DROP INDEX ====== 
-===== Description ===== 
-Drop an index. 
  
-===== Syntax ===== 
- 
-<​code>​ 
- 
-DROP [<​OMNIDEX | NATIVE>] INDEX  
-     [IF EXISTS] ​ 
-     ​[[(owner)]table.]index ​ 
-     [ON table] 
-     IN "​filename" ​ 
-     [WITH options] 
-</​code> ​ 
-===== Discussion ===== 
- 
-==== <OMNIDEX | NATIVE > ==== 
- 
-==== IF EXISTS ==== 
- 
-==== (OWNER)TABLE.INDEX ==== 
- 
-==== ON table ==== 
- 
-==== IN "​filespec"​ ==== 
- 
-==== WITH ==== 
- 
- 
-===== Examples ===== 
- 
-==== Simple ==== 
- 
-==== 2nd example ==== 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/statements/drop_index/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)