Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference material for MOD function
<value_n>
<value_d>.
MOD(<value_n>,<value_d>)
INT
BIGINT
NUMERIC
<value_d>
SELECT MOD(45, 7);
Rows: 1Execution time: 5.35ms
Was this page helpful?