开发者

I created a sequence but it isn't run from dual table, where is the problem? [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.

This question was caused by a typo or a problem that can 开发者_开发百科no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.

Closed 58 mins ago.

Improve this question
//create sequence per_seq start with 1 increment by 1;
select per_seq from dual;
select per_seq from dual
       *
ERROR at line 1:
ORA-00904: "PER_SEQ": invalid identifier

where is problem??,i create sequence but i don't know why it doesn't run.

CREATE SEQUENCE per_seq start with 1 INCREMENT BY 1;
select * from dual;

I create all of this but I don't know where the problem is.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜