Dear Igor, -------------------------------------------- From: Igor Tandetnik <[email protected]> Sent: Mon, 22 Sep 2014 16:34:18 -0400 To: [email protected] Subject: Re: [sqlite] sqlite max arguments assistance > > > Just as I thought. You are storing your values as text - not as numbers - and > comparing them accordingly, in alphabetical order.
Looking at our non-production database, the transaction_amount is stored as numbers: NUMBER(19,4) -- inum: 883510009027723 sip: [email protected] xmpp: [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

