实现的查询的sql 语句
摘要:实现的查询的sql 语句 select ADurl,ADword,ADplaceID,ADuptime from Advertisement as a where ADID = (select top 1 ADID from Advertisement as b where b.ADplaceID=a.ADplaceID order by ADuptime DESC) order by ...
阅读全文
posted @ 2008-11-25 11:56
浙公网安备 33010602011771号