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プロシージャの変数をnullに設定するには? 変数がカーソル内にあるため、これを実行したいので、反復ごとに null に設定する必要があります。前もって感謝します
「値」に null を割り当てるだけです。
variable := null;