1樓:三太狼童裝
set rs=server.create("adodb.recordset")
rs.open "select id,max(name) as name,sum(num) as num from product group by id",conn,1,3
if not rs.eof then
response.write "id,name,num
"do while not rs.eof
"set rss=server.create("adodb.recordset")
if not rss.eof then
for i=1 to rss.recordcount
if i>1 then
rss.delete
rss.update
end if
rss.movenetx
if rss.eof then exit for
next
end if
rss.close
set rss=nothing
loop
end if
rs.close
set rs=nothing
2樓:
用sum group 函式來做
asp 篩選某相同資料只顯示一條 並讀出相同記錄的總條數 50
3樓:匿名使用者
改一下sql語句就可以了:
select shenheren,max(shenhetime),count(1) as 記錄條數 from tyd group by shenheren
已經n年沒有玩過access了,上面這個語句放在sql server保證100%執行成功,access不保證!
思路是一樣的,分組統計!
asp查詢資料庫如果其中乙個欄位有重複的記錄只返回一條
4樓:匿名使用者
select min(id)id,name,min(zp)zp from 表a group by name
按name分類,各取最小的id和name
或者select * from 表a where id in (select min(id) from 表a group by name)
按name分類取出各最小id,再作為條件取錶行
asp某欄位重複只顯示一條
5樓:慈一禾佳
select a.* from tg a where id = (select min(id) from tg where tg_hzxm = a.tg_hzxm) order by a.
tg_hzxm
在 tg_hzxm 重複中 篩選id最小的 的顯示
資料庫:同乙個id可能有1條記錄,也可能有多個記錄,寫出把所有重複的id查出來
asp如何將表內某乙個欄位的相同資料篩選後只顯示乙個
6樓:
你的意思就是 不顯示 重複資料吧?
select distinct 字段 from table
7樓:
select distinct 某欄位,欄位1,欄位2 from table where 欄位x=條件x order by id desc
8樓:匿名使用者
select distinct strname from table
asp+sql如何在多表聯合查詢中,重複的記錄只輸出一條
9樓:匿名使用者
sql="select x.id,x.orderid,y.
id from x,y where id in (select min(id) from x,y group by oderid) and x.orderid=y.orderid"
asp無法刪除記錄啊
news2.source select from news where id id 我不知道你資料庫的id的資料型別預設是數字,而你的id request id 是不是字串而,一定是數字才行的哦,你看看是不是型別不對啊 哪有你寫的那麼麻煩啊 set news2 server.createobject...
asp讀取記錄排序的問題(搞定後200分,因百度吞分嚴重)
我懂你的意思了,其實candynap的回答已經解決你的問題了 你的bbb欄位,每條記錄都是用 分開的5段,其實我們可以把它以 為界,分割為乙個陣列 t split bbb,假如你的bbb 12,343,23,523,234,328 那麼陣列t 0 12,t 1 343,t 2 23,t 3 523,...
有一記錄反映了新中國外交歷程的12集紀念光碟,每一集的標題都反映了這一時期的外交特點。其中反映了
騎螞蟻去看海啊 中蘇決裂之後還在珍寶島打了一仗,在邊界陳兵百萬提防對方,後來80年代戈爾巴喬夫上臺後關係開始緩和,還訪問過中國。某出版社發行了一套反映新中國外交歷程的紀念光碟,共12集,每一集都有標題,其中反映20世紀70年代中國外 小爽 d試題分析 a不對,世紀風采應是指20世紀末21世紀初的外交...