Pl/SQL remainder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pl/SQL remainder

How to find Reminder in Pl/sql

28th May 2021, 5:40 PM
PALLA SATISH
1 Answer
0
The mod or remainder functions are used to get remainder in pl/sql It can be executed using tablename called dual table Ex : select mod(10,3) from dual; or select remainder(10,5) from dual
2nd Nov 2021, 7:01 AM
sree harsha
sree harsha - avatar