]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For queries of the form "SELECT p, max(q) FROM t1", the value of column p
authordrh <drh@noemail.net>
Thu, 2 Feb 2012 17:35:43 +0000 (17:35 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Feb 2012 17:35:43 +0000 (17:35 +0000)
commit7a95789c0c21a39e8bd9972b92262c63a2ae820a
tree85c8222e57c0c017cf7e8dd0cbc2f0aa4e80e429
parenta451017d62f60f5eb6e63b7c4f2a88817f29145c
For queries of the form "SELECT p, max(q) FROM t1", the value of column p
returned is the one on the same row that holds the maximum value of q.

FossilOrigin-Name: adb29232b659c5332b6841776372407fcc350b08
manifest
manifest.uuid
src/func.c
src/select.c
src/vdbe.c
src/vdbeInt.h
test/e_select.test