Postgresのdouble precision型を四捨五入したい - Qiita
はじめに Postgresのdouble presision型のデータに対し、round関数で四捨五入するとうまくいかないため、対応した時のメモ 環境 Postgres 11 そのままやると select round(col1,5) from test where...