asp問題 急刪除一條記錄

時間 2022-03-05 17:30:30

1樓:機紫瓊

">刪除 改成

">刪除

改成

2樓:文言名愛虛禮

">刪除

改成">刪除

<%...dim id

id=request("bh")

改成 bb.execute("delete * from gongchengyeji where >刪除

換成">刪除

在刪除裡

oracle中刪除兩條相同記錄中的一條該怎麼操作

1.不含大欄位 clob等 的 例子 create table test a number,b number 方法一 通過group by rowid,效率低 delete from test t where t.rowid not in select min rowid from test gro...

SQL如何獲取上一條 下一條 首尾記錄

富貴很三良 獲得上一條的id select max id as id from 表 where id 你的要查的id order by 獲得下一條的id select min id as id from 表 where id 你的要查的id order by 很笨的辦法但是很直觀 不知道你是什麼資料...

判斷sql最後一條記錄,判斷sql最後一條記錄

sqlserver資料庫中判斷 declare maxnum int initnum intselect maxnum count from tbookinfo set initnum 1 while initnum maxnumbegin set initnum initnum 1 if init...