On Sun, 18 Dec 2011 21:20:00 -0300, Esteban Cervetto
<estebancs...@gmail.com> wrote:

>  END) AS 'INDEM'

INDEM should not be quoted.

Single quotes are used for text literals. If you want to quote
identifiers (e.g. because they are keywords) use backticks `identifier`
or double quotes "identifier" or brackets [identifier].

There is not much we can say about your query without the schema, sample
data, error messages (if any), actual result set and expected result
set.

-- 
Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to