DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Numbers — Example 25

Quick explanation + ready code for: Numbers.

SQL Numbers Back to examples
Back to language
Syntax: Numbers in SQL. ID: #25

Code

SELECT 15 + 16 AS sum, 15 * 16 AS mul;

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.