【OracleSQL】常用自动替换总结
OracleSql的IDE:PLSql Developer可以设置自动替换,简化sql代码输入,提高效率
自动替换文件类型为txt,自动替换的默认保存文件为AutoReplace.txt
自动替换格式:<简写代码>=<详细代码>
cu=creat user <user_name> identified by <password>;
cku=select username from dba_users;
aup=alter user <user_name> identified by <password>;
du=drop user <user_name> (cascade);

浙公网安备 33010602011771号