Skip to content
Advertisement

set decimal places of sum in sql

I have a database I use for a debating competition I am trying to sort the standings out to see which schools will play off in the finals at the end of the semester.

I have this working as shown below however I am not able to round the ptc field, it currently returns up to 4 decimal places eg 0.6667 if they have won 2 out of 3 debates.

I believe I have to use decimal(2,2) here however I am not able to get the syntax right I have tried a few diferent things like

Am happy to provide more information about the tables if required but I don’t think it is required?

Advertisement

Answer

try this.

If you are getting no results, then there must be a null value, try this instead.

Here is a simple demo of it :

Update :

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement