values have large decimals, round them to 2
This commit is contained in:
parent
c0e348bb2f
commit
48b1beb8af
7
build/round_pool.sql
Normal file
7
build/round_pool.sql
Normal file
@ -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);
|
Loading…
Reference in New Issue
Block a user