原來如此的,UPDATE語句是可以更別名的。

2021-04-08 19:09:44 字數 939 閱讀 6594

if exists (select name from sysobjects where name='test' and type='u')

drop table test

if exists (select name from sysobjects where name='test1' and type='u')

drop table test1

create  table test

(id int,name varchar(20))

insert into test values (1,'who am i,test?') create  table test1

(id int,name varchar(20))

insert into test values (1,'who am i,test1?')

update  test set id=2 from test bsh where test.id=bsh.id

update  test set id=2 from test bsh where id=bsh.id

update  test set id=2 from test bsh,test sh where id=bsh.id and id=sh.id

update  test1 set id=2 from test bsh,test sh where test1.id=bsh.id and

test1.id=sh.iddrop table test1

drop table test 

原來update語句是可以更新別名的。比如可以這樣執行:

update  bsh set id=2 from test bsh,test sh where bsh.id=sh.id

但為什麼update test set id=2 from test bsh,test sh為報錯?這還是個疑問.

原來如此簡單

你對我說美麗的女孩子是種危險的動物,她們詭譎善變,揚起貓一樣的觸鬚來挑動你身上的每一處情感神經。不過我想不管是哪種型別的女孩子,在她的心中的某個角落一定藏著一份對於純美愛情的嚮往,只是表現出來的樣子不同罷了!喜歡彈鋼琴只彈黑鍵,喜歡把熱牛奶放在左邊,喜歡對著毛絨娃娃傾訴我對你的想念。想讓你知道我就是...

MS UI Automation原來如此

最近參加了公司的一個program competition,做個小工具。其中涉及到一個盲點。需求是 在 中訪問另一個program的程序,獲取它的視窗控制代碼,並在它的視窗上對某一個控制元件進行滑鼠點選操作以執行相應的命令。google來baidu去,終於有思路了 原來需要用到ms的ui autom...

冒泡的排序,原來如此

由於原來對c語言,學的不好,很多都不懂,所以在資料結構上的學習也是吃了一些虧,所以現在在抓緊時間溫習原來的知識,無意看到了演算法中的氣泡排序。原來一直不敢去面對寫 這件事,但為了工作,加油 廢話少說,直接上 vs2013上寫的c語言,氣泡排序!參考了啊哈,演算法一書的 define crt secu...

24點之原來如此

24點之原來如此 以上可以用來檢驗問題,僅供參考實際上思維的開發還需要自己多練,所以個人建議,除了加減乘數運算外,還建議增加特殊單目運算子 次方 3 3 2 3 3 9 階乘 如3!3 2 1 6 開方 如 9 3 求模 mod,如10mod3 1,因為10 3 3 1 附 24點簡介 算 24點 ...

理解ERP原來如此簡單

家 中 請 客 訂貨意向 妻子 當然可以,來幾個人,幾點來,想吃什麼菜?丈夫 6個人,我們7點左右回來,準備些酒 烤鴨 番茄炒蛋 冷盤 蛋花湯。你 看可以嗎?商務溝通 妻子 沒問題,我會準備好的,訂單確認 妻子記錄下需要做的選單 mps計劃 具體要準備的菜 鴨 酒 番茄 雞蛋 作 油。bom物料清單...