Ralf Junker wrote:
I am following the rest of this thread, but just wanted to add that the following may be useful as a workaround for your situation.In risk of asking the obvious, I wonder if the following division should be considered correct:| Query | Result Value | Result Type | OK? ----------------------------------------------------------- 1 | SELECT 5 / 2; | 2 | SQLITE_INTEGER | No?
SELECT ROUND(5) / 2 2.5 Regards Lawrence