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。提前致谢
只需将“值”分配为空:
variable := null;