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.
私はEXEC_SQLパッケージを使用しています。このようなものを使用してSQL文字列を実行しました
Count := EXEC_SQL.EXECUTE(cursor_number);
クエリによって返されるレコードの総数を取得する方法を知りたい SQL%ROWCOUNT がうまくいきません。