wygląda śmiesznie - ale może właśnie tego szukasz.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )
wygląda śmiesznie - ale może właśnie tego szukasz.
select max( gameScore )
from table1
where id = 100
and gameScore < ( select max( gameScore ) from table1 where id = 100 )