Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮助我!我不知道为什么我不能解决这个简单的问题。我想阅读我在数据库中制作的序列并将其添加到我的文本项目中。
有什么想法吗?(带代码PLZ)
知道我写了一个游标并通过从中选择来调用我的序列,但我不知道在它之后我应该做什么:(
在 Forms 中,如果您想将序列的值输入到项目(名为:BLOCK.ITEM)中,这将起作用:
:BLOCK.ITEM
SELECT your_sequence.nextval INTO :BLOCK.ITEM FROM DUAL;