oracle sql查詢時需注意的細節

2021-09-02 16:54:51 字數 471 閱讀 2779

1、oracle 對date型資料做判斷時,null值的判斷

--oracle 對date型資料做判斷時,null值的判斷,需注意:

select tp.display, tp.status, tp.isrobticket, tp.robtickettime,tp.productid

from t_product tp

where -- tp.robtickettime is null --可以查出null值的記錄

-- tp.robtickettime <> null --查不出有值的記錄

-- tp.robtickettime != null --查不出有值的記錄

tp.robtickettime < sysdate --直接進行比較,可去除null值的記錄

and tp.productid in(4416735,11763413, 4348012);

整合SSH2時需注意幾點

1.需要匯入struts2 spring plugin 2.1.8.1.jar包 這個包是struts與spring整合的必須的 3.看下asm.jar檔案有沒有重複的,有的話保留asm.jar,刪除另外乙個。4.web.xml中找到如下並改正,struts2的核心類是下面這個。struts2 or...

UPDATE語句關聯時需注意的事

oracle庫中,關聯其他表進行更新時,使用如下語句會出現乙個問題。update student a set a.name select b.name from student copy b where b.id a.id 執行完會發現,a表中未與b表對應上的記錄,name字段值均變為null了。我...

ubuntu虛擬機器初裝時需注意問題

1.裝時選擇英語語言,把網線拔了,安裝速度將提高5倍,只需10分鐘。2.裝vmware tools時,一般使用預設,其中有一項是是否使用共享資料夾 vmic 預設是不使用,這項可以改為使用。3.安裝vmware tools之後的滑鼠問題 修改配置檔案 etc x11 xorg.conf 檔案,找到並...