The declaration:
v_final_gpa number(1,2) := 0;
Is not valid, the first number should always be bigger then the second, so at least:
v_final_gpa number(3,2) := 0;
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |