求mysql高手幫忙寫個儲存過程,高收應該不難的

2022-03-23 01:40:51 字數 1008 閱讀 6907

1樓:

不用儲存過程把。一個語句就可以搞定的事情,儲存 table3值

insert into table3(xuehao,kemu,jige) from (select b.xuehao,b,kemu,b.jige from table2 b , table1 a where a.

xuehao=b.xuehao and a.kemu=b.

kemu and b.jige=1 and b.mark=b )

修改table2值

update tabel2 set mark=a where id in (select b.id from table2 b , table1 a where a.xuehao=b.

xuehao and a.kemu=b.kemu and b.

jige=1 and b.mark=b)

把這兩句放進去就ok啦

2樓:

把下邊兩個sql放到儲存過程裡邊:

--滿足條件的資料放到table_3

insert into table_3

(xuehao,

kemu,

jige

)select

a.xuehao,

a.kemu,

a.jige

from

table_1 a

inner join table_2 b on a.xuehao=b.xuehao and a.kemu = b.kemu

where b.jige = 1 and b.mark = 'b';

--更新table_2表的標誌位

update table_2 a

set mark='a'

where exists(select 1 from table_1 b where a.xuehao=b.xuehao and a.

kemu=b.kemu and b.jige=1 and b.

mark = 'b');

請高手幫忙寫個auto CAD外掛

defun c car o1 ipt opp parea setq clyer getvar clayer command layer m 範圍線 command layer c 2 範圍線 command color bylayer setq ipt getpoint n 選擇內部點 comman...

請高手進來幫忙寫個對聯,必有好評,跪謝

上聯 高山流水遇知音,意切情真 下聯 雅俗共賞逢摯友,心誠貌美 橫批 友誼長存 根據你的意思送一副 但不符合平仄 高山流水遇知音情比金真 雅緻賢淑逢故友愛如花美 紅塵知己 加送一副 高枕無憂願前程大好 雅俗共賞希後會有期 有緣再會 高山流水情聚真,雅靜靈犀意凝美。橫批 地久天長 注 對聯惜字如金,高...

求英語高手幫忙,求英語高手幫忙!!!!

1.為什麼法國又派兵到非洲?2.為什麼中國被固定在月球上?3.為什麼普京總是遲到?4.為什麼那法國人正在轉向快餐?有無標點符號無關重要 因為1 3確實是特殊疑問句,而2 4不是特殊疑問句,是狀語從句,而且都是原因狀語從句。所以裡面的句子按正常的主謂賓排列!1 3是特殊疑問句,是一個sentence,...