FUNCTION database.column does not exist

Asked

Viewed 31 times

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?

  • There is such a function?

  • 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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.