I seem to understand the "Unique" and "fulltext" options in the create index table syntax that goes this way:
create index [unique | fulltext | spatial] index
index_name [index_type]
on tbale_name [index_col_name,...)
however i'd luv an explanation on spatial indexes and index_types
create index [unique | fulltext | spatial] index
index_name [index_type]
on tbale_name [index_col_name,...)
however i'd luv an explanation on spatial indexes and index_types