<div dir="ltr">I've stopped using the ST_X(geom) is there a way to round to the 5th decimal place on just the column lat round does not work the type is double precision</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 3, 2016 at 1:10 AM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@kbt.io" target="_blank">strk@kbt.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jun 03, 2016 at 12:19:32AM -0500, Chris B wrote:<br>
> Can someone help with the command to trim past the 5th decimal place?<br>
<br>
<br>
</span>Something like this ?<br>
<br>
  # select round(0.123456789, 5);<br>
    round<br>
  ---------<br>
   0.12346<br>
  (1 row)<br>
<br>
--strk;<br>
<br>
  ()   Free GIS & Flash consultant/developer<br>
  /\   <a href="https://strk.kbt.io/services.html" rel="noreferrer" target="_blank">https://strk.kbt.io/services.html</a><br>
</blockquote></div><br></div>