Viewing 5 posts - 1 through 5 (of 5 total)
Seriously? You really think it's just fine to open zip files on the internet? Ones that you don't personally know were verified clean before they were posted?
This isn't...
December 17, 2012 at 7:27 pm
Hi All,
Not sure why you guys are getting offended to unzip a simple .avi file. Anyways i thought of instead of uploading series of screen shots or writing long story...
December 17, 2012 at 11:17 am
Hey SSCrazy, your coding is working. Thank you very much, you made my day:-)
January 13, 2012 at 12:50 am
select col1,col2, case when col2=0 then '0' else (col1/col2)*100 end [percentage]
from tablename
March 7, 2010 at 10:12 am
select grp,sum([amount]) [amount],case when [grp]=1 then 'A01,A02,A03'
when [grp]=2 then 'A22'
else 'A33,A36' end [ledger]
from dbo.sqlcentral
group by grp
-- replace 'dbo.sqlcentral' with your...
March 7, 2010 at 9:46 am
Viewing 5 posts - 1 through 5 (of 5 total)