masud-ahmed-ssrs.blogspot.rs - T-SQL SSRS

Example domain paragraphs

posted by Masud Ahmed @   0 Comments

I would like to create some statistics about my users. I want to group them in based on intervals of their ages, and sum them up based on their genders. So in the end i get a table like this: age | male | female | total 0-18 | 2 | 1 | 3 18-25 | 3 | 4 | 7 25-100 | 13 | 25 | 38 total | 18 | 30 | 48 (btw. these are example intervals) Rightnow i do this by running this query for every row: SELECT SUM ( IF ( gender = 'male' , 1 , 0 )) AS ` male `, SUM ( IF ( gender = 'female' , 1 , 0 )) AS ` female `, COUNT ( ge

SSRS Developer Resume Austin, TX SQL DEVELOPERS RESUMES Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis. If you need I.T.Professionals to fill a Contract Position, please call (800) 693-8939 or  Submit a Request in Share Profile summary: Over 7 Years of experience with MS SQL Server 7.0/2000/2005 as a back end developer in financial, insurance and retail companies. Experienced in Database design, Coding, unit testing and Implementatio