Jump to content

MySQL Query Problems


mshita

Recommended Posts

I'm having some problems with this query

 

SELECT * FROM locations WHERE acos(sin(45.5367737) * sin(lat) + cos(45.5367737) * cos(lat) * cos(long - (-122.8671799))) * 6371 <= 0.02

 

It gives me the following error

 

Invalid query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'long - (-122.8671799))) * 6371 <= 0.02' at line 1

 

Any help would be greatly appreciated!!!

Link to comment
https://forums.phpfreaks.com/topic/267557-mysql-query-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.