0
In this select this gives this error (FUNCTION base.coordinates does not exist)
$sql ="select AsText(coordenadas) from cerca_gps where coordenadas(
GeomFromText('POLYGON((-22.970981 -43.217496 ))'),coordenadas )";
How can I correct this mistake, what I’m doing wrong?
What do you intend with this excerpt?
where coordenadas(
What is this "coordinates" function of Where?– Bacco
There is such a function?
– rray
Hello there is no function, what I wanted here and make a query if in the column coordinates there is this data 22.970981 -43.217496
– Fabio Henrique