s =select t.* from t1.將以上內容存為shortcuts.txt,複製到x:\program files\plsql developer\plugins目錄下,win7要注意許可權w =where
b =between and
l =like '%%'
o = order by
insw = in (select a from a where a )
sw =select t.* from t where t
sc* =select count(*) from t
st = select t.* ,t.rowid from t
f =for update
u = update t set t. where t
2.選單中選 tools -> perferences -> editor -> autoreplaces
3.重啟pl/sql developer,輸入等號左側縮寫按下「空格」,會自動補全,那個效率啊;)
PLSQL Developer遠端連線oracle
事情開始是我的一位同學在群裡的求教 今天自己配置遠端連線的時候遇到了很多問題,記錄下來,和其他oracle小白們分享,大俠勿噴!測試目的 從客戶機遠端連線oracle伺服器 測試前提 雙方機器必須ping通,我就用自己的虛擬機器測試了 伺服器端安裝了oracle 測試步驟 我這裡用的是精簡版,不用安...
PLSQL Developer多 表 查 詢
多 表 查 詢 表 查 詢就從多個表中獲取資料,那麼我們就會產生笛卡爾集,笛卡爾集會在這種條件下產生 1.省略連線條件2.連線條件無效3.所有表中的所有行互相連線,同時為了避免笛卡爾集,可以在 where 加入有效的連線條件。oracle 連線 在在 where 子句中寫入連線條件。在表中有相同列時...
PLSQL Developer快速入門
背景 windows 10pro本地安裝plsql developer工具,連線虛擬機器的xp系統安裝的oracle資料庫。開發平台 win10 pro oracle 10g xp虛擬機器 plsql developer 此步省略,具體參考oracle安裝及操作資源。通過虛擬機器建立虛擬網路區域網v...