<div dir="ltr">Hi,<div><br></div><div>You can generate an id on-the-fly:</div><div><br></div><div><span style="font-family:monospace;font-size:10.3999996185303px">SELECT 1 as id</span><span style="font-family:monospace;font-size:10.3999996185303px">, ST_union(st_buffer(emt_</span><span style="font-family:monospace;font-size:10.3999996185303px">paradas.geom, 500)) FROM emt_paradas </span><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Nicolas</div><div class="gmail_extra"><br><div class="gmail_quote">On 26 November 2014 at 19:14, Luís Miguel Royo Pérez <span dir="ltr"><<a href="mailto:luis.miguel.royo@gmail.com" target="_blank">luis.miguel.royo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi everyone,<br>
    <br>
    I'm trying to make a quite simple query in Postgis but I have
    problems with it. I just want to create a buffer dissolved of a set
    of points. Only that.<br>
    <br>
    This is the query I'm using:<br>
    <font face="monospace"><br>
      SELECT  <a href="http://emt_paradas.id" target="_blank">emt_paradas.id</a> , ST_union(st_buffer(emt_paradas.geom,
      500)) FROM emt_paradas </font><br>
    <br>
    but when I try to execute this, tells me the field  <font face="monospace"><a href="http://emt_paradas.id" target="_blank">emt_paradas.id</a></font> must be in the clause <font face="monospace">group by</font> but if I do that, the dissolve is
    not done.<br>
    <br>
    I'm in the DBManager of QGIS 2.6. I want to create this layer and
    load it in the canvas, for that DBManager asks me for an ID field,
    that's why I added <font face="monospace"><a href="http://emt_paradas.id" target="_blank">emt_paradas.id</a></font> in
    the select. If i remove it, Postgis creates the geometrybut I can't
    load it in the canvas.<br>
    <br>
    Any help or guidance will be apreciate. <br>
    <br>
    Thanks a lot!!<br>
    <br>
    <br>
    <br>
  </div>

<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div></div>