On 10/14/16, David Raymond <david.raym...@tomtom.com> wrote:
> In the Row Values page http://www.sqlite.org/rowvalue.html, section 2.2
> there’s an extra semicolon in the code box, turning it into 2 statements.
>
>
> UPDATE tab3
>    SET (a,b,c) = (SELECT x,y,z
>                     FROM tab4
>                    WHERE tab4.w=tab3.d);
>  WHERE tab3.e BETWEEN 55 AND 66;
>
>
> (Are miniscule things like that worth pointing out by the way?

Yes!  Most definitely point out any typos you find!

A fix for the error about have now been checked in and synced to the website.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to