Guest_imported
New member
- Jan 1, 1970
- 0
I want the latest (highest) iSession to be selected:
SELECT iSession FROM O_Sessions GROUP BY iUser
Because of GROUP BY, allways the first(!) recordset for iUser is selected.
But i want the last recordset to be selected :-(
How can this be done ?
(mySQL)
(iSession ist the primary key => latest=highest. filling the primary key from 4294967295 down to 0
does not work)
greetings from germany (getting rather dark),
roland (Bollmann)
SELECT iSession FROM O_Sessions GROUP BY iUser
Because of GROUP BY, allways the first(!) recordset for iUser is selected.
But i want the last recordset to be selected :-(
How can this be done ?
(mySQL)
(iSession ist the primary key => latest=highest. filling the primary key from 4294967295 down to 0
does not work)
greetings from germany (getting rather dark),
roland (Bollmann)