This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dev:sql:statements:drop_index:home [2010/05/21 15:35] tdo |
dev:sql:statements:drop_index:home [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <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 ====== | ====== Omnidex SQL: DROP INDEX ====== | ||
| + | {{page>:sql_bar&nofooter&noeditbtn}} | ||
| ===== Description ===== | ===== Description ===== | ||
| + | Drop an index. | ||
| + | |||
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 15: | Line 18: | ||
| [WITH options] | [WITH options] | ||
| </code> | </code> | ||
| - | |||
| ===== Discussion ===== | ===== Discussion ===== | ||
| - | == arg1 == | + | ==== <OMNIDEX | NATIVE > ==== |
| + | |||
| + | ==== IF EXISTS ==== | ||
| + | |||
| + | ==== (OWNER)TABLE.INDEX ==== | ||
| + | |||
| + | ==== ON table ==== | ||
| + | |||
| + | ==== IN "filespec" ==== | ||
| + | |||
| + | ==== WITH ==== | ||
| - | == arg2 == | ||
| ===== Examples ===== | ===== Examples ===== | ||