This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:sql:statements:drop_index:home [2010/05/10 23:24] tdo created |
dev:sql:statements:drop_index:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| <html><div align="center"><span style="color:red">DRAFT</span></div></html> | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| + | ====== Omnidex SQL: DROP INDEX ====== | ||
| + | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| - | ====== Omnidex SQL: ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| + | Drop an index. | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 15: | Line 17: | ||
| IN "filename" | IN "filename" | ||
| [WITH options] | [WITH options] | ||
| - | + | </code> | |
| ===== Discussion ===== | ===== Discussion ===== | ||
| - | == arg1 == | + | ==== <OMNIDEX | NATIVE > ==== |
| + | |||
| + | ==== IF EXISTS ==== | ||
| + | |||
| + | ==== (OWNER)TABLE.INDEX ==== | ||
| + | |||
| + | ==== ON table ==== | ||
| + | |||
| + | ==== IN "filespec" ==== | ||
| + | |||
| + | ==== WITH ==== | ||
| - | == arg2 == | ||
| ===== Examples ===== | ===== Examples ===== | ||