Re: [sqlite] Minor typo in example

2016-10-14 Thread Richard Hipp
On 10/14/16, David Raymond 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 >

Re: [sqlite] Minor typo in example

2016-10-14 Thread Robert Weiss
Two more in here: or an ISO-8601 dates string. But some application store dates On Friday, October 14, 2016 12:27 PM, Robert Weiss wrote: While we're on the subject there are at least two grammatical errors on the same page: there is no substitutions  and A

Re: [sqlite] Minor typo in example

2016-10-14 Thread Robert Weiss
While we're on the subject there are at least two grammatical errors on the same page: there is no substitutions  and A NULL means of "unknown" On Friday, October 14, 2016 12:20 PM, David Raymond wrote: In the Row Values page