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.
oracleでシーケンスのシノニムを作成し、そこからフェッチしたいと思いますcurrval。
currval
このステートメントを使用して同義語を作成しました。
CREATE SYNONYM NUMGEN FOR MY_SEQ;
currvalまたはextvalをフェッチNUMGENするとエラーが発生しますが、同義語は存在しません。
extval
NUMGEN
SELECT NUMGEN.currval FROM dual;
currval同義語からフェッチするのを誰かが手伝ってくれますか?