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

Loops — Example 77

Quick explanation + ready code for: Loops.

SQL Loops Back to examples
Back to language
Syntax: Loops in SQL. ID: #77

Code

-- SQL prefers set operations over loops
SELECT 21 AS n;

Notes

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