Stdle #11 · types · 2026-06-17
What does SELECT '5' + 3, '5abc' + 3, 'abc' + 3, '3.2' + 1 output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
SELECT '5' + 3, '5abc' + 3, 'abc' + 3, '3.2' + 1Types