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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T19:35:23+00:00 2026-06-06T19:35:23+00:00

I am having some trouble building the query I need to return the AccountID

  • 0

I am having some trouble building the query I need to return the AccountID from the FamilyAccountDetails table where the Family account has at least one child(a child is where the AccountDetails.AccountID equals the FamilyAccountDetails.AccountID) that has a HoldFlag = 0.

AccountDetails
EntID  |HoldFlag|AccountID|StatusFlag

FamilyAccountDetails
EntID|FamilyAccountID|AccountID|StatusFlag

SQL:

      Select FD.AccountID, FD.FamilyAccountId 
from Test2TMAdvisor5.dbo.FamilyAccountDetails FD
      where FD.EnterpriseId = 'TestDan'
      and AccountId in (Select AccountId from Test2TMAdvisor5.dbo.AccountDetails AD where Ad.AccountID = FD.AccountId and ad.HoldFlag =0)
  • 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-06-06T19:35:25+00:00Added an answer on June 6, 2026 at 7:35 pm
    SELECT
        FD.[AccountID]
        ,FD.[FamilyAccountId] 
    FROM
        FamilyAccountDetails FD
    WHERE
        FD.[EnterpriseId] = 'TestDan'
        AND EXISTS 
            (
            SELECT 
                * 
            FROM 
                AccountDetails AD
            WHERE 
                AD.[AccountID] = FD.[AccountId] 
                AND AD.[HoldFlag] = 0
            )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building an R package for the first time and am having some trouble.
I am building a site for experiment and I am having trouble with some
I'm building my first simple Windows Phone app. I'm having some trouble though. I'm
I'm having some major trouble deleting directories. I'm working building a ADMIN tool to
I am building a shell and am having some trouble with the system call
I am having trouble building a Form with some fancy jquery, similar to tumblr's
I'm building an application in web.py, but am having some trouble when it comes
I'm having trouble building a bit of jquery that grabs a selector that has
I'm having some trouble implementing a design for an app I'm building. The design
I'm building a flash app (just AS3 with FlashDevelop) and I'm having some trouble

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.