sembra divertente, ma forse è quello che stai cercando.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
sembra divertente, ma forse è quello che stai cercando.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )