0
我想要的,進而優化查詢follwing,不使用子查詢得到最大值:查詢優化與條件
select c.ida2a2 from table1 m, table2 c
where c.ida3a5 = m.ida2a2
and (c.createstampa2 < (select max(cc.createstampa2)
from table2 cc where cc.ida3a5 = c.ida3a5));
任何想法?請讓我知道,如果你想獲得更多的信息。
@rs。 。 。 。你是對的。出於某種原因,我在腦海中使用了'm'表而不是'c'表,因此我有'where'的條件。 – 2013-02-08 16:56:09