Is it possible to calculate a percentage within a query?
Normally, I would handle this by running a query and than do server-side calcualtions based on the results diveded by the total number of records returned.
Code:Select Count(Employee) as Total, Department From Employees Group By Department Order By Department








Bookmarks