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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:17:22+00:00 2026-05-28T01:17:22+00:00

Table1 t1Id t1Name Table2 t2Id t2Name Table1_Table2_Mapping t1Id t2Id In this below query, as

  • 0

Table1

t1Id
t1Name

Table2

t2Id
t2Name

Table1_Table2_Mapping

t1Id
t2Id

In this below query, as a second column in output, I want the t2Name Column where Having COUNT(t1Id) = 1 and I want some fixed value (‘Common’) where Having COUNT(t1Id) > 1

Select t1Id 
from Table1_Table2_Mapping
Group By t1Id

Thanks in advance.

  • 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-28T01:17:23+00:00Added an answer on May 28, 2026 at 1:17 am
    SELECT m.t1Id,
           CASE
             WHEN COUNT(*) = 1 THEN MAX(t2.t2Name)
             ELSE 'Common'
           END
    FROM   Table1_Table2_Mapping m
           JOIN Table2 t2
             ON t2.t2Id = m.t2Id
    GROUP  BY m.t1Id  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following Database Structure Table1 ============ T1ID Fld1 Table2 ============ T2ID T1ID(Foreign
I am using the following SQL query: Select * from table1 as t1, table2
I can't seem to ever remember this query! I want to delete all rows
I have this query in which one of the column is a calculated one.
I tried db.Table1.GroupJoin(db.Table2, t1 => t1.Id, t2 => t2.t1Id, (t1,g) => new { t1,
Say I have a query like the one below: SELECT t1.id, t1.Name FROM Table1
Given these two queries: Select t1.id, t2.companyName from table1 t1 INNER JOIN table2 t2
Table1 Time 10:00:00 12:00:00 Absent 14:00:00 Holiday ..., Time column Datatype is varchar I
I have records in table1, if the records exist, it must copy into table2.
I have Table1 and Table2 related on Table1.ID. There can be zero or more

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.