plsql自动化配置

sl=select
sa=select * from
sc=select count(*) from
sm=select max(id) from
dl=delete from
wh=where
dis=distinct
fr=from
gr=group by
od=order by
group=group by
order=order by
like=like '%%'
*=* from
left=left join
union=union all select * from
s*=select * from
for=for update
delete=delete from
trun=truncate table
truncate=truncate table
tocharw=to_char(@1,'yyyymmdd')
decode=decode(value,if1,then1,if2,then2,...else)
case=case when @1 then @2 when @3 then @4 else @5 end @6
drop=drop table
alter=alter table
primary=primary key
foreign=foreign key
insert=insert into @1 values ();

猜你喜欢

转载自814071101.iteye.com/blog/2065309
今日推荐