PL/SQL 循環 WHILE

Declare counter Binary_Integer :=40; Begin While counter <= 50 Loop Insert Into test Values('bbb',counter); counter := counter+1; End Loop; End;
相關文章
相關標籤/搜索