In spatilalite, I use this query (below) now but still I got the same error.
Select * from Regions where NAME = 'VENETO' ' On 12/16/10, Giuseppe Sucameli <[email protected]> wrote: > Hi Noli, > this one it's no a plugin error, it's a query syntax error. > On Thu, Dec 16, 2010 at 5:33 AM, Noli Sicad <[email protected]> wrote: > >> Select * from Regions where NAME = "VENETO" >> > You still use double quotes wrapping values, instead you must use single > quotes. > Double quotes are for identifiers like table name, schema name and column > name. > _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
