Example 3: Multiplication Table using Numeric FOR loop. DECLARE v_result NUMBER; BEGIN FOR v_counter IN 1..10 LOOP v_result:= 19*v_counter; ...
確定! 回上一頁