Viewing 7 posts - 16 through 22 (of 22 total)
Yes
August 20, 2015 at 8:37 am
Hey Thanks a ton, i was testing the logic and its working fine with my data set. Thanks a lot once again 🙂
April 24, 2015 at 4:14 am
I am working on sql server 2008, can anyone help me with the logic please 🙂
April 21, 2015 at 2:12 am
Hi
please find table with sample data
IF OBJECT_ID( 'tempdb..#temp_quintiles', 'U' ) IS NOT NULL
DROP TABLE #temp_quintiles;
Create table #temp_quintiles(
incomes int NULL);
...
April 20, 2015 at 10:45 am
Can you please give solution in SQL 2008 as well as IIF does not work in SQL 2008.
August 14, 2014 at 6:18 am
Thank You...It worked!!!:-):-):-)
December 9, 2013 at 12:25 am
Viewing 7 posts - 16 through 22 (of 22 total)