« Return to Thread: geometry from postgis to mysql

Re: geometry from postgis to mysql

by postgis.domain.thewild :: Rate this Message:

Reply to Author | View in Thread

tashjp - tashjp@... a écrit :
> I had a go posting this in the MySQL forum but with no luck...
> INSERT INTO RoadNode VALUES ('osgb4000000029762763', 3, '2005-09-14',
> 'osgb1000001824287062',
> 'GeomFromWKB(0101000000000000008A2B204100000000B07EF940)');

Wouldn't it be :

INSERT INTO RoadNode VALUES ('osgb4000000029762763', 3, '2005-09-14',
'osgb1000001824287062', GeomFromWKB(0101000000000000008A2B204100000000B07EF940));

i.e. without quotes around the GeomFrilWKB  ?

Regards
--
Arnaud
_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

 « Return to Thread: geometry from postgis to mysql