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 just use cast it to an integer. It will truncate it, which is equivalent to floor.