Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1006223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:25:26+00:00 2026-05-16T08:25:26+00:00

I have a mysql Database and 2 tables let’s say clients and schools. Now

  • 0

I have a mysql Database and 2 tables let’s say clients and schools. Now each table has columns latitude and longitude. And I need do make a SELECT for example from second table where schools are in a given radius of one record from first table. Calculations should be made based on latitude and longitude.
PS: I am using PHP.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:25:27+00:00Added an answer on May 16, 2026 at 8:25 am

    You can calculate a distance using a Spherical law of cosines:

    SELECT DEGREES(ACOS(SIN(RADIANS(clients.latitude)) * SIN(RADIANS(schools.latitude)) + 
                        COS(RADIANS(clients.latitude)) * COS(RADIANS(schools.latitude)) 
                                                       * COS(RADIANS(clients.longitude 
                                                                   – schools.longitude)))) 
           * 60 * 1.1515 * 1.609344 AS distance
    FROM clients, schools HAVING distance < $radius
    

    RADIANS(X) – degrees to radians
    ACOS(X) – the arc cosine of X, that is, the value whose cosine is X
    DEGREES(X) – radians to degrees

    60 – minutes in a degree
    1.1515 – miles in a nautical mile
    1.609344 – kilometres in a mile

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have a MySQL database with 3 tables: table 1: Persons, with
Let's say we have system A comprising a MySQL database, with several tables. After
I have 3 tables in my MySQL database : the Threads table (id, title)
I have a MySQL database containing these tables: sessions -------- sessionid (INT) [courseid (INT)]
I'm new to these types of MySQL Queries. Basically, I have two tables in
I'm working on a MySQL database that contains persons. My problem is that, (I
I'm having some trouble with a tricky SQL-query. In my MySQL database there is
I'm having trouble forming a MySQL query that performs the following action: Select all
I'll try to give this as generically as I can so it's reusable. I
Context I'm building a persistence layer to abstract different types of databases that I'll

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.