I have a SQLite database with a table containing the scores of some league players in a bowling center. I\'m trying to get the average of the Score column for each player ID
You can use round(value - 0.5) (seen here)
You can just use cast it to an integer. It will truncate it, which is equivalent to floor.