On 12 Apr 2017, at 2:27am, Ron Barnes <[email protected]> wrote: > I needed to add the Cast parameter.
Assuming you are actually storing integers, it might be better if you declared that column as integer in the first place. Then you wouldn’t need the CAST. However, well done for figuring it out, possibly with Richard’s help. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

