hi all..
i dont understand this sql statement(decod e and least)
please help me..
sum(decode(f.co de_category,'3' , nvl(decode(d.fl ag_result,null, decode(least(b. date,:p_startin gdate+1)b.date, 1),0),1),0))
please convert this to if and else statement...so that i can understand...th ank you..
i dont understand this sql statement(decod e and least)
please help me..
sum(decode(f.co de_category,'3' , nvl(decode(d.fl ag_result,null, decode(least(b. date,:p_startin gdate+1)b.date, 1),0),1),0))
please convert this to if and else statement...so that i can understand...th ank you..
Comment