← Back to archive

Stdle #63 · types · 2026-08-08

What does SELECT abs(-4), max(2, 9, 5), min(2, 9, 5), 2 *… output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

SELECT abs(-4), max(2, 9, 5), min(2, 9, 5), 2 * 3 + 4
Types
4 attempts left

Answer & explanation