ziet er grappig uit, maar misschien is dit wat je zoekt.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
ziet er grappig uit, maar misschien is dit wat je zoekt.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )