MySQL Forums
Forum List  »  GIS

Re: Can Not Create Geospatial Table
Posted by: dev talluri
Date: August 30, 2011 11:30AM

iam tring to create a spatial table like this

create table map_test
-> (
-> name varchar(100) not null primary key,
-> loc tinyblob,
-> spatial index(loc)
-> );
but i got an error

Options: ReplyQuote


Subject
Views
Written By
Posted
5214
August 26, 2011 12:50PM
Re: Can Not Create Geospatial Table
2829
August 30, 2011 11:30AM
2776
September 29, 2011 10:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.