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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:45:55+00:00 2026-05-12T10:45:55+00:00

I have this SQL query select case when AllowanceId is null then 2 else

  • 0

I have this SQL query

select case when AllowanceId is null then 2  else AllowanceId end as AllowanceId
     , d.descen as domdescen
     , t.descen as typdescen
     , case when qty is null then 0 else qty end as qty
     , u.descen as unidescen
from (select t.allowancetypeid, d.allowancedomainid 
      from allowancedomain as d, allowancetype as t
      where t.allowancetypeid in (1,2) and d.active = 1 and t.active = 1) as a left join 
    allowanceqty as q on a.allowancetypeid = q.allowancetypeid and
                         a.allowancedomainid = q.allowancedomainid and 
                         q.allowanceid = 2 inner  join 
    allowancedomain as d on a.allowancedomainid = d.allowancedomainid
    inner  join 
    allowancetype as t on a.allowancetypeid = t.allowancetypeid
    inner join
    unit as u on case when q.unitid is null then 1 else q.unitid end = u.unitid

there is one variable in that query and it’s number 2 in the select clause(first line) and the “= 2” in the from clause(in the middle)

I wrote what I wanted, look at my answer below

  • 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-12T10:45:55+00:00Added an answer on May 12, 2026 at 10:45 am

    after a long try/retry/try/retry here is what I wanted….

    from a in (from d in AllowanceDomains _
            from t in AllowanceTypes _
            where (new integer(){1,2}).contains(t.AllowanceTypeID) and t.active = true and d.active=true _
            select  t.allowancetypeid,tdescen =t.descen, d.allowancedomainid,ddescen=d.descen)  _
    group join qqq in AllowanceQties on new with {.k1 = a.allowancetypeid, .k2 = a.allowancedomainid, .k3 = 2} equals _
                                new with {.k1 = qqq.allowancetypeid, .k2 = qqq.allowancedomainid, .k3 = qqq.allowanceid} into qq = group _
    from q in qq.DefaultIfEmpty _
    join u in units on if(object.equals(q.unitid,nothing),1,q.unitid) equals u.unitid _
    select  AllowanceID =if(object.equals(q.AllowanceID,nothing),2,q.AllowanceID) ,a.tdescen,a.ddescen,qty = if(object.equals(q.qty,nothing),0,q.qty),u.descen
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 194k
  • Answers 195k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The first thing you need to know is are you… May 12, 2026 at 6:52 pm
  • Editorial Team
    Editorial Team added an answer You should be able to add a reference for System.Windows.Forms… May 12, 2026 at 6:52 pm
  • Editorial Team
    Editorial Team added an answer It doesn't look like it would be a problem judging… May 12, 2026 at 6:52 pm

Related Questions

I have this SQL query: SELECT * FROM IMAGES WHERE IMAGENAME in ('IMG1', 'IMG2',
I am converting an Access Jet-SQL query into T-SQL and I came upon the
I'm trying to select some integer values in MySQL. Several of the values are
I have this query: $sql = SELECT updates.u_id AS u_id, updates.date_submitted AS date_submitted, updates.deadline

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.