标签:begin 通过 commit nbsp nextval 查看 seq cache expand
oracle中没有自增字段,可通过序列+触发器间接实现,cmd中sqlplus登录,直接运行即可。一般要经过一下几步:
1建立数据表
2创建自动增长序列
3创建触发器
4 提交
commit;
5 测试
反复执行如下语句:
6 查看插入结果:
userid username
1 test
2 test
3 test
4 test
5 test
6 test
7 test
8 test
9 test
转:http://blog.163.com/xuxiaoqianhz@126/blog/static/165190577201082910371842/
标签:begin 通过 commit nbsp nextval 查看 seq cache expand
原文地址:https://www.cnblogs.com/wang-jx/p/9308971.html