Preamble
Oracle/PLSQL MOD function returns the residue from division m by n.
Oracle/PLSQL syntax of the MOD function
MOD( m, n )
Parameters and function arguments
- MOD is calculated as: m – n * floor(m/n)
Note:
- The MOD function uses the FLOOR function in this formula.
- The MOD function returns a numeric value.
- The MOD function returns m if n=0.
MOD function in the following Oracle/PLSQL versions
|
Oracle 12c, Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
|
Let’s consider some examples of MOD function and learn how to use MOD function in Oracle/PLSQL.
SELECT MOD(15, 4) FROM DUAL;
--Result: 3
SELECT MOD(15, 0) FROM DUAL;
--Result: 15
SELECT MOD(11.6, 2) FROM DUAL;
--Result: 1.6
SELECT MOD(11.6, 2.1) FROM DUAL;
--Result: 1.1
SELECT MOD(-15, 4) FROM DUAL;
--Result: -3
SELECT MOD(-15, 0) FROM DUAL;
--Result: -15
About Enteros
Enteros offers a patented database performance management SaaS platform. It proactively identifies root causes of complex business-impacting database scalability and performance issues across a growing number of clouds, RDBMS, NoSQL, and machine learning database platforms.
The views expressed on this blog are those of the author and do not necessarily reflect the opinions of Enteros Inc. This blog may contain links to the content of third-party sites. By providing such links, Enteros Inc. does not adopt, guarantee, approve, or endorse the information, views, or products available on such sites.
Are you interested in writing for Enteros’ Blog? Please send us a pitch!
RELATED POSTS
How to Optimize eCommerce Growth with Enteros Database Software, Cloud FinOps, and AI-Powered Operational Intelligence
- 17 July 2026
- Database Performance Management
Introduction The global eCommerce industry continues to expand at an unprecedented pace. Consumers expect personalized shopping experiences, real-time inventory visibility, secure payment processing, rapid order fulfillment, and seamless omnichannel interactions. Whether customers are browsing products, completing purchases, tracking shipments, or interacting with customer support, every digital touchpoint relies on databases operating with exceptional speed and … Continue reading “How to Optimize eCommerce Growth with Enteros Database Software, Cloud FinOps, and AI-Powered Operational Intelligence”
How to Optimize Aviation Operations with Enteros Database Software, AI-Powered Analytics, and Operational Intelligence
Introduction The aviation industry is one of the most data-intensive sectors in the world. Every day, airlines, airports, cargo operators, and aviation service providers process millions of transactions involving flight reservations, passenger check-ins, baggage handling, aircraft maintenance, crew scheduling, air traffic coordination, cargo logistics, loyalty programs, and financial operations. As passenger demand continues to grow … Continue reading “How to Optimize Aviation Operations with Enteros Database Software, AI-Powered Analytics, and Operational Intelligence”
How to Optimize Oil and Gas Operations with Enteros Database Software, Predictive Analytics, and Operational Intelligence
- 16 July 2026
- Database Performance Management
Introduction The oil and gas industry is undergoing a major digital transformation as companies adopt cloud computing, Industrial IoT (IIoT), artificial intelligence (AI), predictive maintenance, and real-time analytics to improve operational efficiency and profitability. From upstream exploration and drilling to midstream transportation and downstream refining, every stage of the energy value chain depends on reliable … Continue reading “How to Optimize Oil and Gas Operations with Enteros Database Software, Predictive Analytics, and Operational Intelligence”
How to Optimize Higher Education Technology with Enteros Database Software, Operational Intelligence, and AI-Powered Analytics
Introduction Higher education institutions are experiencing rapid digital transformation. Universities and colleges are investing in cloud technologies, online learning platforms, student information systems, artificial intelligence, learning analytics, research computing, and digital campus initiatives to improve educational outcomes and operational efficiency. Every interaction within a modern university generates data. Student admissions, enrollment, learning management systems (LMS), … Continue reading “How to Optimize Higher Education Technology with Enteros Database Software, Operational Intelligence, and AI-Powered Analytics”