Re: [sqlite] Mistake in documentation and question

2010-08-09 Thread Richard Hipp
On Mon, Aug 9, 2010 at 8:38 AM, Ioannis Epaminonda wrote: > > In page http://www.sqlite.org/datatype3.html > under section 3.2 Affinity Of Comparison Operands 2nd bullet point should > read: > An expression "CAST(expr AS type)" instead of "CAST(expr TO > type)" > > In addition a quick qu

[sqlite] Mistake in documentation and question

2010-08-09 Thread Ioannis Epaminonda
In page http://www.sqlite.org/datatype3.html under section 3.2 Affinity Of Comparison Operands 2nd bullet point should read: An expression "CAST(expr AS type)" instead of "CAST(expr TO type)" In addition a quick question. Is there a way to perform a division of two columns (real type) a