Subject | Simple question |
---|---|
Author | jasajona |
Post date | 2004-07-27T13:43:28Z |
Hello,
Is it possible to optimize this query:
select
field2
from
table
where
field1 = ( select max(field1) from table )
Is it possible to optimize this query:
select
field2
from
table
where
field1 = ( select max(field1) from table )