I am using PostgreSQL via the Ruby gem ‘sequel’. I’m trying to round to two decimal places. Here’s my code: SELECT ROUND(AVG(some_column),2) FROM ...
-
May 20, 2022
- 0 Comments