PL/SQL语法中的autoRe自动填充程序自用

直接提供PL/SQL方便调用,自填充,提高工作效率和提升代码复用率

s = select * from 
se=select /*+parallet(a,4) parallet(b,4) parallet(c,4) no_index(c)*/ * from
sf= select * from  for update
usw=update t set column=       where ;
w= where
ct=create table t as ;
ii= insert into 	table1  select /*+parallel(a,8)*/      table2
usw = update t set changecolumn= where t.
w= where
gto=grant all on  table to public
atr=alter table rename column lienew to lieold
atc=alter table modify cu_column new_type
atd=alter table add add_column new_type
pt= /*+parallel(a,6)*/
--------------------- 
作者:LJQ
来源:CSDN 
原文:
版权声明:本文为博主原创文章,转载请附上博文链接!
发布了67 篇原创文章 · 获赞 2 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/annderlee/article/details/94181306