Hi guys, I'm trying to run the Processing Execute SQL algorithm with super simple following query:
select * from au where ID > 100 group by ID But it returns this error (Processing log): GDAL execution console output ERROR 1: SQL Expression Parsing Error: syntax error No problem with other simple query like: select * from au where ID > 100 order by ID so maybe the error is related to *group by*. Am I doing something wrong? Cheers Matteo
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
