In this link: http://sqlite.org/releaselog/3_7_11.html
it refers to these new features: Queries of the form: "SELECT max(x), y FROM table" returns the value of y on the same row that contains the maximum x value. Improvements to the handling of CSV inputs in the command-line shell Is there documentation somewhere that defines exactly what these mean? Does the max(x) apply to min(x) too? does the max have to precede the y? Can there be multiple y's? What precisely are the "improvements" in handling of CSV inputs? _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users