Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculating percentages
Message
 
 
To
31/10/2011 10:13:31
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01527668
Message ID:
01527680
Views:
33
>Thanks Naomi
>
>>In SQL Server division of 2 integers yields an integer. Try
>>
>>select @first_year_retention_rate = cast(@no_plan_rowcount as decimal(18,2))/@member_rowcount * 100
>>
>>print @first_year_retention_rate
>>
You're welcome.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform