num number(1) := &weekday | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

num number(1) := &weekday

Can anybody explain these code of PL/SQL? In this code I couldn't get why &weekday is used?

31st May 2021, 9:02 AM
AMAN GUPTA
AMAN GUPTA - avatar
1 Respuesta
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. 😎
5th Feb 2022, 7:31 AM
Giacomo Montali