अजीब लग रहा है - लेकिन शायद आप यही चाहते हैं।
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 )