> On Jan 25, 2019, at 2:35 PM, Cecil Westerhof <[email protected]> wrote: > > I had the following query: > SELECT MIN(totalUsed) AS minimum > , MAX(totalUsed) AS maximum > , MAX(totalUsed) - MIN(totalUsed) AS range > FROM quotes
Couldn’t you do the subtraction in the program that’s running the query? (Or is this something you run directly from the shell?) —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

