← Back to archive

Stdle #24 · types · 2026-06-30

What does SELECT ROUND(2.5), ROUND(3.5), ROUND(2.345, 2),… output?

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

SELECT ROUND(2.5), ROUND(3.5), ROUND(2.345, 2), CAST(9.9 AS INTEGER)
Types
4 attempts left

Answer & explanation