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 <sucam...@faunalia.it> 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 <nsi...@gmail.com> 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
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to