diff --git a/build/round_pool.sql b/build/round_pool.sql new file mode 100644 index 0000000..d3d05a7 --- /dev/null +++ b/build/round_pool.sql @@ -0,0 +1,7 @@ +UPDATE rlarp.osm_pool +SET + value_loc = round(value_loc,2), + value_usd = round(value_usd,2), + cost_usd = round(cost_usd,2), + cost_loc = round(cost_loc,2), + units = round(units,2); \ No newline at end of file