ça a l'air drôle - mais c'est peut-être ce que vous recherchez.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
ça a l'air drôle - mais c'est peut-être ce que vous recherchez.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )