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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:42:44+00:00 2026-05-29T17:42:44+00:00

I am trying to run a SQL query (SQL Server) that will look up

  • 0

I am trying to run a SQL query (SQL Server) that will look up a list of names from a subquery.

I have this but I get a “subquery returned more than 1” error:

SELECT FirstName + ' ' + LastName AS Name
FROM Members
WHERE     
   (MemberGUID = (SELECT ClassDetails.Leader
                  FROM Members AS Members_1 
                  INNER JOIN MemberDetails ON Members_1.MemberGUID = MemberDetails.Member 
                  INNER JOIN ClassDetails ON ClassDetails.Class = Members_1.CurrentClass
                  WHERE      
                      (MemberDetails.JoiningDate >= '02/03/2012') 
                      AND (Members_1.FirstName = '*') 
                      OR (MemberDetails.JoiningDate >= '02/03/2012') 
                      AND (Members_1.LastName = '*') 
                      OR (MemberDetails.JoiningDate >= '02/03/2012') 
                      AND (MemberDetails.Email IS NULL) 
                      AND (MemberDetails.MobilePhone IS NULL) 
                      AND (MemberDetails.WorkPhone IS NULL) 
                      AND (MemberDetails.HomePhone IS NULL) 
                      AND (Members_1.CurrentClass <> 339) 
                      AND (Members_1.CurrentClass <> 696) 
                      AND (Members_1.CurrentClass <> 0)))

I need this to return the values FirstName and LastName for every value returned in the subquery. (The subquery returns a list of GUIDs which should be fed into the WHERE MemberGUID statement)

How can this be done?

  • 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-29T17:42:46+00:00Added an answer on May 29, 2026 at 5:42 pm

    Offhand, I would think you could just change MemberGUID = to MemberGUID IN.

    As the error message states, your subquery is returning many rows, and you can’t compare a single value to a collection of many rows. But you can look for that value in those rows, which is exactly what the IN operator does.

    MSDN Reference

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

Sidebar

Related Questions

I am trying to run this SQL from ASP.NET 2005 but am getting an
I am trying to write a SQL Server query but have had no luck
I'm currently trying to run a LINQ query over a MS SQL database. This
I'm trying to run a query in SQL Server 2008 against a table where
I'm using SQL Server 2000 and i'm trying to run an update query to
I'm trying to run this query: select * from activity where id = 9348927
Using SQL Server 2000. I have a table that receives a dump from a
I get the following error from the SQL Script I am trying to run:
I have a view defined in SQL server 2008 that joins 4 tables together.
I'm trying create a query that will output a total number, as well as

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.