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 6175623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:57:25+00:00 2026-05-23T23:57:25+00:00

A while back I came onto this site to try and find a query,

  • 0

A while back I came onto this site to try and find a query, and ended up with this below. What it does, and what I need it to do, is to look into the table ‘data’ and return the first name, last name, and date of birth of any customer who has been treated at two different diagnosis_locations. It works.

  SELECT firstname, lastname, date_of_birth
    FROM `data`
   WHERE diagnosis_location IN (SELECT DISTINCT Diagnosis_location 
                                  FROM `data`)
GROUP BY firstname, lastname, date_of_birth
  HAVING COUNT(DISTINCT diagnosis_location) >= 2

However, now I need to take this same query and get an identical result without using any subqueries. Could anyone help me here? Or at least give me some pointers?

  • 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-23T23:57:25+00:00Added an answer on May 23, 2026 at 11:57 pm

    From what I see your query returns records where diagnosis_location field is not equal null, so you can rewrite it as
    WHERE diagnosis_location IS NOT NULL

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

Sidebar

Related Questions

The Problem It's something I came across a while back and was able to
While reading some documentation here , I came across this: unsigned unitFlags = NSYearCalendarUnit
This is an issue that recently came up for me while writing a new
I've been using TortoiseSVN for a while and recently came back to recommitting all
A while back I came across a ruby gem that, given a regular expression,
I remember a while back I came across a Javascript that replace a webpage
I came up with a technique a while back which I've been using in
A while back I was reading the W3C article on ' Re-using Strings in
a while back I ran across a situation where we needed to display message-boxes
A while back I was trying to bruteforce a remote control which sent a

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.