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

  • SEARCH
  • Home
  • 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 7692247
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:48:36+00:00 2026-05-31T20:48:36+00:00

How would I join Table 1 and 2 together? Table 1: SELECT Roomid, Room,

  • 0

How would I join Table 1 and 2 together?

Table 1:

SELECT Roomid, Room, Latitude, Longitude,
                ACOS(SIN((:lat))*SIN(RADIANS(Latitude)) + COS((:lat))*COS(RADIANS(Latitude))*COS(RADIANS(Longitude)-(:lon)))*(:R) AS D
FROM Rooms
AS t1
WHERE Latitude>(:minLat) AND Latitude<(:maxLat)
                AND Longitude>(:minLon) AND Longitude<(:maxLon)
                AND ACOS(SIN((:lat))*SIN(RADIANS(Latitude)) + COS((:lat))*COS(RADIANS(Latitude))*COS(RADIANS(Longitude)-(:lon)))*(:R) < (:rad)
ORDER BY D
limit 6

Table 2:

SELECT name, date, roomid, descr
FROM Events
AS t2   
WHERE date > NOW()
GROUP BY roomid
ORDER BY date

Whenever I try to perform a JOIN on t1.Roomid = t2.roomid it does not work.

  • 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-31T20:48:37+00:00Added an answer on May 31, 2026 at 8:48 pm
    SELECT * FROM
    (
    SELECT Roomid, Room, Latitude, Longitude,
                    ACOS(SIN((:lat))*SIN(RADIANS(Latitude)) + COS((:lat))*COS(RADIANS(Latitude))*COS(RADIANS(Longitude)-(:lon)))*(:R) AS D
    FROM Rooms
    AS t1
    WHERE Latitude>(:minLat) AND Latitude<(:maxLat)
                    AND Longitude>(:minLon) AND Longitude<(:maxLon)
                    AND ACOS(SIN((:lat))*SIN(RADIANS(Latitude)) + COS((:lat))*COS(RADIANS(Latitude))*COS(RADIANS(Longitude)-(:lon)))*(:R) < (:rad)
    ORDER BY D
    limit 6
    ) A,
    (
    SELECT name, date, roomid, descr
    FROM Events
    AS t2   
    WHERE date > NOW()
    GROUP BY roomid
    ORDER BY date
    ) B
    WHERE A.Roomid = B.roomid;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I do a join that would return me results similar to- SELECT
Which query would run faster? SELECT * FROM topic_info LEFT JOIN topic_data ON topic_info.id
Two questions. One: How would I be able to join two tables together, which
The tool I'm developing would do a thing similar to when you join Facebook
I have a materialized view of a complex join, which I would like to
Using Django's built in models, how would one create a triple-join between three models.
This has always confused me. It seems like this would be nicer: ["Hello", "world"].join("-")
I have a stock table and I would like to create a report that
I'd like a query that at its simplest will join 2 tables together with
I'm trying to join two relatively simple tables together, but my query is experiencing

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.