parece divertido, pero tal vez esto es lo que buscas.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
parece divertido, pero tal vez esto es lo que buscas.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )