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.

Ron.


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

Reply via email to