PLSQL DEVELOPER編輯器的自動替換文件


PLSQL DEVELOPER的編輯器的自動替換文件:

 1 s=Select * From 
 2 w=Where
 3 ins=Insert Into
 4 sc=Select Count(*) From
 5 pb=Partition By
 6 ob=Order By
 7 pl=/*+Parallel(20)*/
 8 ap=/*+Append*/
 9 apn=/*+append nologging*/
10 c=Count(*)
11 ct=Create Table
12 tt=Truncate Table
13 ei=Execute Immediate
14 df=Delete From
15 il=Is Null
16 inn=Is Not Null
17 at=Alter Table
18 td=To_Date('','YYYY-MM-DD HH24:MI:SS')
19 dt=Drop Table
20 lg=Select * From t_log Order By start_time Desc
21 gb=Group By
22 fs=Select Tablespace_Name, Round(Sum(Bytes) / 1024 / 1024, 2) "Free(Mb)" From Dba_Free_Space Group By Tablespace_Name

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM