面白そうに見えますが、おそらくこれがあなたが求めているものです。
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
面白そうに見えますが、おそらくこれがあなたが求めているものです。
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )