select *
from table
where (select bnum
from table
where max(bnum))
from table
where (select bnum
from table
where max(bnum))

我一个不懂世事的人,希望能在这里学到我想学的一些东西。

2006-11-17 22:48

2006-11-18 00:45
2006-11-18 09:46
2006-11-18 23:25