posted 17 years ago
I am creating trigger in that I am calculating the percenatge with this formula
v_Actual_Percentage = v_Count/v_Capacity * 100;
Here all variable type are number
but I am getting the error
PLS-00103: Encountered the symbol "=" when expecting one of the following:
:= . ( @ % ;
I would be appriciated you if any one help me out .
Thanks
Manish