On Feb 4, 2010, at 5:20 AM, Ron Hudson wrote:

> Pavel Ivanov wrote:
>> String constants should be enclosed in single quotes. Double quotes
>> are for identifiers. So in your case you make perfectly legal no-op
>> action - update field R with value of field R, i.e. leave field R
>> unchanged.
>>
>> Pavel
>>
> Thanks Pavel, that works..
>
> Hmm I wonder why "insert into checks
> values(null,"","value","value",1234.56....);" works... no matter.

   http://www.sqlite.org/faq.html#q24

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

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

Reply via email to