[postgis-users] geometry from postgis to mysql
postgis.domain.thewild at spamgourmet.com
postgis.domain.thewild at spamgourmet.com
Wed Nov 14 05:44:34 PST 2007
tashjp - tashjp at hotmail.com 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
More information about the postgis-users
mailing list