<div dir="ltr"><div><div><div><div><div>Hi guys,<br></div>I'm trying to run the Processing Execute SQL algorithm with super simple following query:<br><br>select * from au where ID > 100 group by ID<br><br></div>But it returns this error (Processing log):<br><br>

<p style="margin:0px;text-indent:0px">GDAL execution console output</p>
<p style="margin:0px;text-indent:0px">ERROR 1: SQL Expression Parsing Error: syntax error</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">No problem with other simple query like:<br></p><br>select * from au where ID > 100 order by ID<br><br></div>so maybe the error is related to *group by*.<br><br></div>Am I doing something wrong?<br><br></div>Cheers<br><br>Matteo<br></div>