<div dir="ltr"><div><div>Hi all, </div><div><br></div><div>I'm trying to make something very easy but I've a problem with results. I've two tables and I need to make lines from the joins of these two. I've try with this :</div>
<div><br></div><div>CREATE TABLE "l_506" AS </div><div><span class="" style="white-space:pre"> </span>SELECT elements.oid, ST_MakeLine(seeds.geom) AS geom </div><div><span class="" style="white-space:pre">     </span>FROM elements </div>
<div><span class="" style="white-space:pre">    </span>    JOIN seeds ON (elements.oid=seeds.oid)</div><div><span class="" style="white-space:pre">       </span>WHERE elements.code='0506' </div><div><span class="" style="white-space:pre">       </span>GROUP BY elements.oid;</div>
<div><br></div><div>All the elements in seeds are linestring but what I achieve is a geometry table. Ok.. I should alter the column type and everything goes as I aspect but I would like to understand where I'm getting wrong. </div>
<div><br></div><div>L.</div></div><div><div><br></div>-- <br><div dir="ltr"><div><font face="times new roman, serif" size="4">Pier Lorenzo Marasco </font><br>
</div><div><br></div></div>
</div></div>