mysql修改5條記錄中某條記錄的問題

2022-12-01 21:15:13 字數 394 閱讀 5915

1樓:匿名使用者

update pla

set vc=vc+2000

where acc='admin' and id=(select max(id) from pla where acc='admin');

語句本身沒問題 mysql後面要加分號

2樓:手機使用者

修改這一條:

$result = mysql_query("select id, name from mytable");

改為 $result = mysql_query("select url,name from link2 where 1 order by id desc limit 8

); where後面的是限定條件

sql篩選如果某列有重複欄位只顯示一條記錄

select 欄位 baidu1,欄位zhi2,欄位dao3,欄位4 from a where 欄位1 in select min 欄位1 from a t on a.欄位 2 t.欄位2 order by 欄位1即可以上功版 能,經過權sql 2000 2005 2008完美測試 這個有點問題要解...

excel如何篩選並統計滿足日期段中某條件的數量

需要用輔助列 假設 日期列為 a列 市拓為b列 在最後新建x,y z 三列在x1單元格輸入 查詢的日期 如15 5 1在y1單元格輸入 市拓 在z1中輸入 sumproduct a a x1 b b y1 希望能幫到你.一 篩選方法 1 開啟你的excel 在裡面會有類似於這樣的一組資料,這裡我們想...

Oracle中,寫儲存過程,如何比較兩條記錄是否相同,兩條記錄分別來自兩張表,表結構相同

declare v count pls integer begin select count into v countfrom select from tb1 whereminus select from tb2 where if v count 0 then dbms output.put lin...