0
num number(1) := &weekday
Can anybody explain these code of PL/SQL? In this code I couldn't get why &weekday is used?
1 Answer
0
The character "&" is used to receive a user input.
Practically, when the procedure will reach that point, it will ask you for a value to assing to the variable. đ