Differences

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

Link to this comparison view

dev:sql:statements:create_index:home [2009/12/04 16:06]
tdo created
dev:sql:statements:create_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: CREATE INDEX ====== 
-===== Description ===== 
- 
-===== Syntax ===== 
- 
-<code SQL> 
-    CREATE <OMNIDEX | QUICKTEXT | FULLTEXT | CUSTOM | NATIVE> INDEX [[(owner)]table.]index 
-        [ON table] (<column | substring>​ [, <column | substring>​…] )] 
-        [KEYWORDING] 
-        [PROXIMITY] 
-        [<​CASE_INSENSITIVE | CASE_SENSITIVE>​] 
-        [STANDALONE] 
-        [BITMAP] 
-        [EXCLUDED_WORDS] 
-        [PHONETIC] 
-        [PREJOIN table] 
-        [<​RECORD_SPECIFIC | RECORD_COMPLEX>​]] 
-        IN “filename” 
-        [WITH options] 
- 
-===== Discussion ===== 
- 
-== arg1 == 
- 
-== arg2 == 
- 
-===== Examples ===== 
- 
-==== Simple ==== 
- 
-==== 2nd example ==== 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/statements/create_index/home.txt · Last modified: 2016/06/28 22:38 (external edit)