"Gert Cuykens" <gert.cuyk...@gmail.com> wrote in message news:ef60af090901180715s58fdc033p2c4ba7df6fb90...@mail.gmail.com > How do i do the following ? > > comments=comments||? > > When I add a comment nothing happens ?
What's in comments field before the update? Is it NULL, by any chance? NULL || 'anything' = NULL. Also, you probably want to compare oid to 1 (a numeric literal), not '1' (a string literal). Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users