Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I have 2 values & want to return the decimal as a percentageupdate pci.IPDQ_non_elective_admission_Mth set pcent_ethnic = 100.0*sum_ethnic /total_adms,pcent_NHS_Num = 100.0 * sum_NHS_Num/total_adms ,I get normall 33.333333333How do I get 33.0