Re: [sqlite] acf3b9cc9c3932431979995a1dceacc06c659ab400fad95ce3728ff8895a022b : Off by one on the column names

2017-07-09 Thread Kees Nuyt
On Sun, 09 Jul 2017 12:12:15 -0600, "Keith Medcalf" wrote: > >Off by one on the names: > >sqlite> values (1,2), (2,3); >column1|column2 >1|2 >2|3 > >sqlite> select * from (values (1,2), (2,3)); >column0|column1 >1|2 >2|3 Solved in === 2017-07-09 === 18:55:29 [70096c505d] *CURRENT* Always make "c

[sqlite] acf3b9cc9c3932431979995a1dceacc06c659ab400fad95ce3728ff8895a022b : Off by one on the column names

2017-07-09 Thread Keith Medcalf
Off by one on the names: sqlite> values (1,2), (2,3); column1|column2 1|2 2|3 sqlite> select * from (values (1,2), (2,3)); column0|column1 1|2 2|3 --- Life should not be a journey to the grave with the intention of arriving safely in a pretty and well preserved body, but rather to skid in broa