SQL Basics: Mod
Given the following table 'decimals':
decimals table schema
id
number1
number2
Return a table with one column (mod) which is the output of number1 modulus number2.
Solutions
🗃️ Sql
Last updated
Was this helpful?
Given the following table 'decimals':
decimals table schema
id
number1
number2
Return a table with one column (mod) which is the output of number1 modulus number2.
Last updated
Was this helpful?