Jump to content

mshita

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mshita's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I figured it out....I used"long"....changed it to lng and worked fine
  2. 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!!!
×
×
  • 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.