Click here to Skip to main content
15,879,474 members

Comments by kankeyan (Top 26 by date)

kankeyan 13-Feb-15 0:17am View    
For Example i given that same query.
I need to screenshot the query and result in two different location based on the condition.
kankeyan 12-Feb-15 12:47pm View    
But in a else part it's running everytime. if cnt > 0
kankeyan 18-Dec-13 3:02am View    
Use Trigger
kankeyan 7-Nov-13 7:26am View    
not in group by i said in inner table
ex
select* from
(
select *
CASE When EarlyPayment.Amount=NULL or EarlyPayment.Amount='' then 0 else EarlyPayment.Amount END
from tblname (is inner table)
)a (is outer table)
kankeyan 7-Nov-13 6:25am View    
use
select @date= urstoreddate
Select * From TableName Where convert(datetime, myDate, 103) >= convert(datetime, @date, 103)
--'03/09/2013'