博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ORA-02287
阅读量:6083 次
发布时间:2019-06-20

本文共 620 字,大约阅读时间需要 2 分钟。

Restrictions on Sequence Values You cannot use CURRVAL and NEXTVAL in the

following constructs:
■ A subquery in a DELETE, SELECT, or UPDATE statement
■ A query of a view or of a materialized view
■ A SELECT statement with the DISTINCT operator
■ A SELECT statement with a GROUP BY clause or ORDER BY clause
■ A SELECT statement that is combined with another SELECT statement with the
UNION, INTERSECT, or MINUS set operator
■ The WHERE clause of a SELECT statement
■ The DEFAULT value of a column in a CREATE TABLE or ALTER TABLE statement
■ The condition of a CHECK constrain

转载于:https://blog.51cto.com/2012ivan/2120610

你可能感兴趣的文章
分形图形神器XaoS
查看>>
一些面试题记录
查看>>
curl采集初历
查看>>
QT可执行程序添加静态库----数据库篇
查看>>
浅谈MySql的存储引擎(表类型)
查看>>
软件验收测试通过准则
查看>>
linux字符设备驱动学习笔记(一):简单的字符设备驱动
查看>>
Lowest Common Ancestor of a Binary Search Tree
查看>>
BZOJ 3940 AC自动机
查看>>
POJ 2110 二分+暴搜
查看>>
线程锁Lock
查看>>
SpringMvc 文件上传后台处理
查看>>
WEB框架Django之Form组件
查看>>
spring cloud学习(一) 服务注册
查看>>
Java多线程
查看>>
洛谷P3296 刺客信条
查看>>
vue-cli2 和vue-cli3
查看>>
python 清空list的几种方法
查看>>
2.03 按子串排序
查看>>
gridview单元格合并解决方法
查看>>