摘要:
在SQL Server中快速删除重复记录(多图) http://www.sina.com.cn 2004年10月22日10:12 电脑报 ... 阅读全文
摘要:
str="select uname,dep,logtime from WorkLog a where id=(select max(id) from WorkLog where uname=a.uname) order by id desc" 比如我的数据库是: id sheng city 1 北京 朝阳 2 北京 海... 阅读全文