Jump to content

Snow Brothers Sunny Leone Ni Esara..


spidereddy

Recommended Posts

 select 
    case when sal_1=0 then 0 
    else
    sum(case when date_key between to_char(add_months(sysdate,-12),'YYYYMM') and to_char(sysdate,'YYYYMM') then salary/sal_1  end)end as annual_sal 
    from employee
    group by emp_key,sal_1;
 
 
 
or 
 
 
 select 
    sum(case when date_key between to_char(add_months(sysdate,-12),'YYYYMM') and to_char(sysdate,'YYYYMM') then (salary/(case when sal_1!=0 then sal_1 else NULL end))  end) annual_sal 
    from employee
    group by emp_key,sal_1;

 

Link to comment
Share on other sites

  • Replies 48
  • Created
  • Last Reply

Top Posters In This Topic

  • babugaru

    16

  • spidereddy

    15

  • ipaddress0

    2

  • sompapidi

    2

Top Posters In This Topic

positive case ki work ayyindhi annav kada aan query okasari cheepi 

 select 
    case when sal_1<>0 then
    sum(case when date_key between to_char(add_months(sysdate,-12),'YYYYMM') and to_char(sysdate,'YYYYMM') then salary/sal_1  end)end as annual_sal 
    from employee
    where sal_1 > 0
    group by emp_key,sal_1;
Link to comment
Share on other sites

sullri cut ayi okad edisthe aathrulu cut ayi okad edchadanta.. 

 

evadesthe manakendhi bhayya..

mari aa title pettindi nuvve kada maayyaa...sakkaga sql query help ani pedthe help sestar kada vaa,,

Link to comment
Share on other sites

mari aa title pettindi nuvve kada maayyaa...sakkaga sql query help ani pedthe help sestar kada vaa,,

 

try cheshna atla kuda..evad reply ichi savale..

 

sarle nu feel avvaku..aa sollu kuda eskundhamm..

 

manalo mana mata..sunny leone aa moddralanu eda dhekthadhi bhayya.. 

Link to comment
Share on other sites

 

 select 
    case when sal_1=0 then 0 
    else
    sum(case when date_key between to_char(add_months(sysdate,-12),'YYYYMM') and to_char(sysdate,'YYYYMM') then salary/sal_1  end)end as annual_sal 
    from employee
    group by emp_key,sal_1;
 
 
 
or 
 
 
 select 
    sum(case when date_key between to_char(add_months(sysdate,-12),'YYYYMM') and to_char(sysdate,'YYYYMM') then (salary/(case when sal_1!=0 then sal_1 else NULL end))  end) annual_sal 
    from employee
    group by emp_key,sal_1;

 

looks convincing..let me try it..

Link to comment
Share on other sites

eyaledu bhayya...

 

adi dani mogudi tho tappithe evritho em cheyadu..ade cheppindi okasari..

 

danivi motham 4 men tho untay videos... okadu first engagment ayinodu taruvatha cancel ayindi engagement..

 

madhyalo 2 ritho chesindi..inka migatha cinemalu anni moguditho ne... porn stars lo pathivratha sunny

Link to comment
Share on other sites

eyaledu bhayya...

adi dani mogudi tho tappithe evritho em cheyadu..ade cheppindi okasari..

danivi motham 4 men tho untay videos... okadu first engagment ayinodu taruvatha cancel ayindi engagement..

madhyalo 2 ritho chesindi..inka migatha cinemalu anni moguditho ne... porn stars lo pathivratha sunny

Née g yem kaadoo.
Neelanti yerri pappa vunte yennayinaa cheppuddi.
Nuvvu chesuko anniyya.. Vodina chaalaa manchidi.
Link to comment
Share on other sites

eyaledu bhayya...

 

adi dani mogudi tho tappithe evritho em cheyadu..ade cheppindi okasari..

 

danivi motham 4 men tho untay videos... okadu first engagment ayinodu taruvatha cancel ayindi engagement..

 

madhyalo 2 ritho chesindi..inka migatha cinemalu anni moguditho ne... porn stars lo pathivratha sunny

291j8mr.jpg

 

avna..inni rojulu sunny gurinchi thappu ga ankunna...ee sari kanipiste personal ga apology cheppukovalani vundi

Link to comment
Share on other sites

×
×
  • Create New...