Re: [sqlite] Re: Re: inner join

2007-07-16 Thread bartsmissaert
Thanks for that. I looked there, but overlooked it. RBS > RB Smissaert <[EMAIL PROTECTED]> > wrote: >> Where could I find documentation about coalesce? > > http://sqlite.org/lang_expr.html > > Near the bottom where all the built-in functions are described. > > Igor Tandetnik > >

[sqlite] Re: Re: inner join

2007-07-16 Thread Igor Tandetnik
Andre du Plessis <[EMAIL PROTECTED]> wrote: The Id piece works great thanks! If I want to update 2 fields on table A, the following syntax doesn't work as expected, as it updates all to records to 'DONE'. update A set Flag = 'DONE', Id = coalesce( (select Id from B where A.Field1 = B.Fi

[sqlite] Re: Re: inner join

2007-07-16 Thread Igor Tandetnik
RB Smissaert <[EMAIL PROTECTED]> wrote: Where could I find documentation about coalesce? http://sqlite.org/lang_expr.html Near the bottom where all the built-in functions are described. Igor Tandetnik - To unsubscri